From ae61cd2d6ccbc8a404861f7b9d5a0130a2787bfd Mon Sep 17 00:00:00 2001 From: Ed Vance Date: Wed, 20 Feb 2002 05:01:00 -0500 Subject: This patch corrects PCI device id in pci_ids.h for Oxford Semi OX16PCI952 PCI/dual 16950 UART chip, and adds this entry to pci.ids. I downloaded the datasheet today and verified that 9521 is the correct device id. --- include/linux/pci_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 03d3d6eea25a..f1dedf17a8b1 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1462,9 +1462,9 @@ #define PCI_VENDOR_ID_OXSEMI 0x1415 #define PCI_DEVICE_ID_OXSEMI_12PCI840 0x8403 #define PCI_DEVICE_ID_OXSEMI_16PCI954 0x9501 -#define PCI_DEVICE_ID_OXSEMI_16PCI952 0x950A #define PCI_DEVICE_ID_OXSEMI_16PCI95N 0x9511 #define PCI_DEVICE_ID_OXSEMI_16PCI954PP 0x9513 +#define PCI_DEVICE_ID_OXSEMI_16PCI952 0x9521 #define PCI_VENDOR_ID_AIRONET 0x14b9 #define PCI_DEVICE_ID_AIRONET_4800_1 0x0001 -- cgit v1.2.3