diff options
author | Colin Leroy <colin@colino.net> | 2006-07-11 05:36:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-07-12 19:03:24 -0400 |
commit | e1979fef347f534c3797eaa3e10825235ed72766 (patch) | |
tree | 1c748d2a34b147d3f68e355466bb0abe5091aae5 /drivers/usb/serial/ftdi_sio.c | |
parent | 7e3bd120e52971d5e255ca800f7de6bf83d8f2d1 (diff) |
[PATCH] USB: Add one VID/PID to ftdi_sio
This patch adds the Testo USB interface to the list of devices
recognized by the ftdi_sio module. This device is based on a FT232BL
chip, and is used as an interface to get data from digital sensors
(thermometer, etc). See http://www.testo.com/
Signed-off-by: Colin Leroy <colin@colino.net>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/ftdi_sio.c b/drivers/usb/serial/ftdi_sio.c index ff06c01a555b..0b9baaf0da90 100644 --- a/drivers/usb/serial/ftdi_sio.c +++ b/drivers/usb/serial/ftdi_sio.c | |||
@@ -502,6 +502,7 @@ static struct usb_device_id id_table_combined [] = { | |||
502 | { USB_DEVICE(FTDI_VID, FTDI_ACG_HFDUAL_PID) }, | 502 | { USB_DEVICE(FTDI_VID, FTDI_ACG_HFDUAL_PID) }, |
503 | { USB_DEVICE(FTDI_VID, FTDI_YEI_SERVOCENTER31_PID) }, | 503 | { USB_DEVICE(FTDI_VID, FTDI_YEI_SERVOCENTER31_PID) }, |
504 | { USB_DEVICE(FTDI_VID, FTDI_THORLABS_PID) }, | 504 | { USB_DEVICE(FTDI_VID, FTDI_THORLABS_PID) }, |
505 | { USB_DEVICE(TESTO_VID, TESTO_USB_INTERFACE_PID) }, | ||
505 | { }, /* Optional parameter entry */ | 506 | { }, /* Optional parameter entry */ |
506 | { } /* Terminating entry */ | 507 | { } /* Terminating entry */ |
507 | }; | 508 | }; |