diff options
-rw-r--r-- | drivers/serial/8250_pci.c | 9 | ||||
-rw-r--r-- | include/linux/pci_ids.h | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/drivers/serial/8250_pci.c b/drivers/serial/8250_pci.c index 8b18c3ce3898..01c012da4e26 100644 --- a/drivers/serial/8250_pci.c +++ b/drivers/serial/8250_pci.c | |||
@@ -3199,6 +3199,15 @@ static struct pci_device_id serial_pci_tbl[] = { | |||
3199 | 0x1208, 0x0004, 0, 0, | 3199 | 0x1208, 0x0004, 0, 0, |
3200 | pbn_b0_4_921600 }, | 3200 | pbn_b0_4_921600 }, |
3201 | 3201 | ||
3202 | { PCI_VENDOR_ID_KORENIX, PCI_DEVICE_ID_KORENIX_JETCARDF2, | ||
3203 | 0x1204, 0x0004, 0, 0, | ||
3204 | pbn_b0_4_921600 }, | ||
3205 | { PCI_VENDOR_ID_KORENIX, PCI_DEVICE_ID_KORENIX_JETCARDF2, | ||
3206 | 0x1208, 0x0004, 0, 0, | ||
3207 | pbn_b0_4_921600 }, | ||
3208 | { PCI_VENDOR_ID_KORENIX, PCI_DEVICE_ID_KORENIX_JETCARDF3, | ||
3209 | 0x1208, 0x0004, 0, 0, | ||
3210 | pbn_b0_4_921600 }, | ||
3202 | /* | 3211 | /* |
3203 | * Dell Remote Access Card 4 - Tim_T_Murphy@Dell.com | 3212 | * Dell Remote Access Card 4 - Tim_T_Murphy@Dell.com |
3204 | */ | 3213 | */ |
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3ec4003f5e64..e91b1fc03e7a 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2333,6 +2333,8 @@ | |||
2333 | #define PCI_VENDOR_ID_KORENIX 0x1982 | 2333 | #define PCI_VENDOR_ID_KORENIX 0x1982 |
2334 | #define PCI_DEVICE_ID_KORENIX_JETCARDF0 0x1600 | 2334 | #define PCI_DEVICE_ID_KORENIX_JETCARDF0 0x1600 |
2335 | #define PCI_DEVICE_ID_KORENIX_JETCARDF1 0x16ff | 2335 | #define PCI_DEVICE_ID_KORENIX_JETCARDF1 0x16ff |
2336 | #define PCI_DEVICE_ID_KORENIX_JETCARDF2 0x1700 | ||
2337 | #define PCI_DEVICE_ID_KORENIX_JETCARDF3 0x17ff | ||
2336 | 2338 | ||
2337 | #define PCI_VENDOR_ID_QMI 0x1a32 | 2339 | #define PCI_VENDOR_ID_QMI 0x1a32 |
2338 | 2340 | ||