]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/tty/serial/8250/8250_pci.c
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)
commit57c1f0e93428f37c7220ab33fa47177576eb9d44
tree556780c0a4e1bc9ae085df4109c051ed0c0113f6
parent086231f7f809f998e4afacbc94ea1fdca9c01e15
serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800

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