Messages in this thread Patch in this message |  | | | Subject | [patch 06/31] pci_ids.h, kernel 2.6.27-rc1, sort DEVICE_IDs within VENDOR_IDs | | From | mcs6502@gmail ... | | Date | Wed, 30 Jul 2008 18:51:21 +1000 |
| |
--- linux-p5/include/linux/pci_ids.h 2008-07-30 13:07:50.568053000 +1000 +++ linux-p6/include/linux/pci_ids.h 2008-07-30 13:09:26.712209000 +1000 @@ -2031,8 +2031,8 @@ #define PCI_DEVICE_ID_TIGON3_5753 0x16f7 #define PCI_DEVICE_ID_TIGON3_5753M 0x16fd #define PCI_DEVICE_ID_TIGON3_5753F 0x16fe -#define PCI_DEVICE_ID_TIGON3_5901 0x170d #define PCI_DEVICE_ID_BCM4401B1 0x170c +#define PCI_DEVICE_ID_TIGON3_5901 0x170d #define PCI_DEVICE_ID_TIGON3_5901_2 0x170e #define PCI_DEVICE_ID_TIGON3_5906 0x1712 #define PCI_DEVICE_ID_TIGON3_5906M 0x1713
|  |