diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2010-08-10 15:31:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-08-23 23:50:16 -0400 |
commit | 666cc076d284e32d11bfc5ea2fbfc50434cff051 (patch) | |
tree | 765ab9153b0b78872b7d446f3c30a87e1a28b9d9 /drivers/usb/serial | |
parent | fd6e5bbb241720715cee737f534496d7c0ae9022 (diff) |
USB: ftdi_sio: Add ID for Ionics PlugComputer
Add the ID for the Ionics PlugComputer (<http://ionicsplug.com/>).
Signed-off-by: Martin Michlmayr <tbm@cyrius.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 */ |