]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800
authorIan Abbott <abbotti@mev.co.uk>
Tue, 16 Jul 2013 15:14:40 +0000 (16:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2013 23:10:53 +0000 (16:10 -0700)
The quirks and PCI ID table entries for the original ADDI-DATA APCI-7800
(not the newer APCI-7800-3) use PCI_DEVICE_ID_ADDIDATA_APCI7800 from
<linux/pci_ids.h> but the device ID was actually assigned to ADDI-DATA
by Applied Micro Circuits Corporation (PCI_VENDOR_ID_AMCC).  Replace it
locally with #define PCI_DEVICE_ID_AMCC_ADDIDATA_APCI7800.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_pci.c

index fcfed9ff7561d5ee4224bbf4d207a124bd663f84..c810da7c7a8843d452ced857d64863993365b464 100644 (file)
@@ -1565,6 +1565,7 @@ pci_wch_ch353_setup(struct serial_private *priv,
 #define PCI_DEVICE_ID_COMMTECH_4228PCIE        0x0021
 #define PCI_DEVICE_ID_COMMTECH_4222PCIE        0x0022
 #define PCI_DEVICE_ID_BROADCOM_TRUMANAGE 0x160a
+#define PCI_DEVICE_ID_AMCC_ADDIDATA_APCI7800 0x818e
 
 #define PCI_VENDOR_ID_SUNIX            0x1fd4
 #define PCI_DEVICE_ID_SUNIX_1999       0x1999
@@ -1588,7 +1589,7 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
        */
        {
                .vendor         = PCI_VENDOR_ID_AMCC,
-               .device         = PCI_DEVICE_ID_ADDIDATA_APCI7800,
+               .device         = PCI_DEVICE_ID_AMCC_ADDIDATA_APCI7800,
                .subvendor      = PCI_ANY_ID,
                .subdevice      = PCI_ANY_ID,
                .setup          = addidata_apci7800_setup,
@@ -4698,7 +4699,7 @@ static struct pci_device_id serial_pci_tbl[] = {
                pbn_b0_1_115200 },
 
        {       PCI_VENDOR_ID_AMCC,
-               PCI_DEVICE_ID_ADDIDATA_APCI7800,
+               PCI_DEVICE_ID_AMCC_ADDIDATA_APCI7800,
                PCI_ANY_ID,
                PCI_ANY_ID,
                0,