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/ftdi_sio.c | |
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/ftdi_sio.c')
-rw-r--r-- | drivers/usb/serial/ftdi_sio.c | 2 |
1 files changed, 2 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 | }; |