From: Justin Tsai Merged and put into order with the the rest of the vendors (by hex value of vendor id). Added the other device identifiers as the patches for enabling both functions of the chip will need them. Driver code bits will follow once tested further (libata ones via Jeff Garzik). Signed-off-by: Alan Cox Signed-off-by: Justin Tsai Cc: Jeff Garzik Signed-off-by: Andrew Morton --- include/linux/pci_ids.h | 7 +++++++ 1 file changed, 7 insertions(+) diff -puN include/linux/pci_ids.h~jmicron-pci-identifiers include/linux/pci_ids.h --- a/include/linux/pci_ids.h~jmicron-pci-identifiers +++ a/include/linux/pci_ids.h @@ -2036,6 +2036,13 @@ #define PCI_VENDOR_ID_TDI 0x192E #define PCI_DEVICE_ID_TDI_EHCI 0x0101 +#define PCI_VENDOR_ID_JMICRON 0x197B +#define PCI_DEVICE_ID_JMICRON_JMB360 0x2360 +#define PCI_DEVICE_ID_JMICRON_JMB361 0x2361 +#define PCI_DEVICE_ID_JMICRON_JMB363 0x2363 +#define PCI_DEVICE_ID_JMICRON_JMB365 0x2365 +#define PCI_DEVICE_ID_JMICRON_JMB366 0x2366 +#define PCI_DEVICE_ID_JMICRON_JMB368 0x2368 #define PCI_VENDOR_ID_TEKRAM 0x1de1 #define PCI_DEVICE_ID_TEKRAM_DC290 0xdc29 _