]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0efd0c42c31081d61e776081c8519bed582d8665
tree556780c0a4e1bc9ae085df4109c051ed0c0113f6
parent6adecf3e22f39422accd299acab600c852dce425
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