diff options
Diffstat (limited to 'drivers/usb/serial')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 2 | ||||
-rw-r--r-- | drivers/usb/serial/ftdi_sio_ids.h | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index e04a41613fbf..aeb93316791a 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -750,6 +750,8 @@ static struct usb_device_id id_table_combined [] = { | |||
750 | { USB_DEVICE(FTDI_VID, XVERVE_SIGNALYZER_SH4_PID), | 750 | { USB_DEVICE(FTDI_VID, XVERVE_SIGNALYZER_SH4_PID), |
751 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, | 751 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, |
752 | { USB_DEVICE(FTDI_VID, SEGWAY_RMP200_PID) }, | 752 | { USB_DEVICE(FTDI_VID, SEGWAY_RMP200_PID) }, |
753 | { USB_DEVICE(IONICS_VID, IONICS_PLUGCOMPUTER_PID), | ||
754 | .driver_info = (kernel_ulong_t)&ftdi_jtag_quirk }, | ||
753 | { }, /* Optional parameter entry */ | 755 | { }, /* Optional parameter entry */ |
754 | { } /* Terminating entry */ | 756 | { } /* Terminating entry */ |
755 | }; | 757 | }; |
diff --git a/drivers/usb/serial/ftdi_sio_ids.h b/drivers/usb/serial/ftdi_sio_ids.h index 6e612c52e763..aa37cc511282 100644 --- a/drivers/usb/serial/ftdi_sio_ids.h +++ b/drivers/usb/serial/ftdi_sio_ids.h | |||
@@ -989,6 +989,12 @@ | |||
989 | #define ALTI2_N3_PID 0x6001 /* Neptune 3 */ | 989 | #define ALTI2_N3_PID 0x6001 /* Neptune 3 */ |
990 | 990 | ||
991 | /* | 991 | /* |
992 | * Ionics PlugComputer | ||
993 | */ | ||
994 | #define IONICS_VID 0x1c0c | ||
995 | #define IONICS_PLUGCOMPUTER_PID 0x0102 | ||
996 | |||
997 | /* | ||
992 | * Dresden Elektronik Sensor Terminal Board | 998 | * Dresden Elektronik Sensor Terminal Board |
993 | */ | 999 | */ |
994 | #define DE_VID 0x1cf1 /* Vendor ID */ | 1000 | #define DE_VID 0x1cf1 /* Vendor ID */ |