public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	Christian GMEINER <Christian.GMEINER@bachmann.info>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PCI: Add Bachmann electronic GmbH vendor ID
Date: Mon, 17 Oct 2022 10:08:02 -0500	[thread overview]
Message-ID: <20221017150802.GA3701588@bhelgaas> (raw)
In-Reply-To: <20221017142338.1445199-1-christian.gmeiner@gmail.com>

On Mon, Oct 17, 2022 at 04:23:37PM +0200, Christian Gmeiner wrote:
> From: Christian GMEINER <Christian.GMEINER@bachmann.info>
> 
> Signed-off-by: Christian GMEINER <Christian.GMEINER@bachmann.info>

I tweaked it to shorten the name in the style of other entries and
sort it by numeric ID.

I assume there's a driver that will use this definition.  If so, you
might want to post this patch (including my ack) along with the driver
so they get merged together.  But let me know if you need me to take
it directly.

Also it will be helpful if you can add the item to the PCI ID database
here: https://pci-ids.ucw.cz/read/PC?restrict=0, which will let lspci
identify devices with this Vendor ID.

Bjorn


commit 2fa819fdbb2b ("PCI: Add Bachmann electronic GmbH vendor ID")
Author: Christian GMEINER <Christian.GMEINER@bachmann.info>
Date:   Mon Oct 17 16:23:37 2022 +0200

    PCI: Add Bachmann electronic GmbH vendor ID
    
    Link: https://lore.kernel.org/r/20221017142338.1445199-1-christian.gmeiner@gmail.com
    Signed-off-by: Christian GMEINER <Christian.GMEINER@bachmann.info>
    Acked-by: Bjorn Helgaas <bhelgaas@google.com>

diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index b362d90eb9b0..4cc0e9ecd398 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2,7 +2,7 @@
 /*
  *	PCI Class, Vendor and Device IDs
  *
- *	Please keep sorted.
+ *	Please keep sorted by numeric ID.
  *
  *	Do not add new entries to this file unless the definitions
  *	are shared between multiple drivers.
@@ -153,7 +153,7 @@
 
 #define PCI_CLASS_OTHERS		0xff
 
-/* Vendors and devices.  Sort key: vendor first, device next. */
+/* Vendors and devices.  Numeric sort key: vendor first, device next. */
 #define PCI_VENDOR_ID_PCI_SIG		0x0001
 
 #define PCI_VENDOR_ID_LOONGSON		0x0014
@@ -172,6 +172,8 @@
 #define PCI_DEVICE_ID_BERKOM_A4T		0xffa4
 #define PCI_DEVICE_ID_BERKOM_SCITEL_QUADRO	0xffa8
 
+#define PCI_VENDOR_ID_BACHMANN		0x0bae
+
 #define PCI_VENDOR_ID_COMPAQ		0x0e11
 #define PCI_DEVICE_ID_COMPAQ_TOKENRING	0x0508
 #define PCI_DEVICE_ID_COMPAQ_TACHYON	0xa0fc

> ---
>  include/linux/pci_ids.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
> index b362d90eb9b0..b93a52977d85 100644
> --- a/include/linux/pci_ids.h
> +++ b/include/linux/pci_ids.h
> @@ -166,6 +166,8 @@
>  
>  #define PCI_VENDOR_ID_UBIQUITI		0x0777
>  
> +#define PCI_VENDOR_ID_BACHMANN_ELECTRONIC 0x0bae
> +
>  #define PCI_VENDOR_ID_BERKOM			0x0871
>  #define PCI_DEVICE_ID_BERKOM_A1T		0xffa1
>  #define PCI_DEVICE_ID_BERKOM_T_CONCEPT		0xffa2
> -- 
> 2.37.3
> 

  reply	other threads:[~2022-10-17 15:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-17 14:23 [PATCH] PCI: Add Bachmann electronic GmbH vendor ID Christian Gmeiner
2022-10-17 15:08 ` Bjorn Helgaas [this message]
2022-10-18  8:41   ` Christian Gmeiner
2022-10-18 11:49     ` Bjorn Helgaas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221017150802.GA3701588@bhelgaas \
    --to=helgaas@kernel.org \
    --cc=Christian.GMEINER@bachmann.info \
    --cc=bhelgaas@google.com \
    --cc=christian.gmeiner@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox