From: Ian Abbott Date: Tue, 16 Jul 2013 15:14:40 +0000 (+0100) Subject: serial: 8250_pci: use local device ID for ADDI-DATA APCI-7800 X-Git-Tag: v3.12-rc1~182^2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57c1f0e93428f37c7220ab33fa47177576eb9d44;p=pandora-kernel.git 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 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed