diff options
| author | Ed Vance <edv@macrolink.com> | 2002-02-20 05:01:00 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@rum.normnet.org> | 2002-02-20 05:01:00 -0500 |
| commit | ae61cd2d6ccbc8a404861f7b9d5a0130a2787bfd (patch) | |
| tree | c610992de951790047f923a10409c247bc4ec4c3 /include | |
| parent | 9bd066897ed948fe67b59cb4e998a3e3b7fe4481 (diff) | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
