aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c
diff options
context:
space:
mode:
authorLouis Nyffenegger <louis.nyffenegger@gmail.com>2006-01-05 17:20:37 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2006-01-31 17:23:36 -0800
commit641adaaee18aacc4f4ba77850c2257373f1736d1 (patch)
tree556ff6b8aea5b247f10d27be4e74f3f32621faff /drivers/usb/serial/ftdi_sio.c
parent[PATCH] USB: ub 05 Bulk reset (diff)
downloadlinux-dev-641adaaee18aacc4f4ba77850c2257373f1736d1.tar.xz
linux-dev-641adaaee18aacc4f4ba77850c2257373f1736d1.zip
[PATCH] USB: new id for ftdi_sio.c and ftdi_sio.h
this patch includes the Vendor Id for a optic fiber to USB device named TTUSB from thought Technology. It's just add the vendor Id to ftdi_sio.h and add the Vendor ID and model Id to table_combined. Signed-off-by: Louis Nyffenegger <louis.nyffenegger@gmail.com> 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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c
index 10bc1bf23b35..58394495d220 100644
--- a/drivers/usb/serial/ftdi_sio.c
+++ b/drivers/usb/serial/ftdi_sio.c
@@ -480,6 +480,7 @@ static struct usb_device_id id_table_combined [] = {
{ USB_DEVICE(KOBIL_VID, KOBIL_CONV_B1_PID) },
{ USB_DEVICE(KOBIL_VID, KOBIL_CONV_KAAN_PID) },
{ USB_DEVICE(POSIFLEX_VID, POSIFLEX_PP7000_PID) },
+ { USB_DEVICE(FTDI_VID, FTDI_TTUSB_PID) },
{ }, /* Optional parameter entry */
{ } /* Terminating entry */
};