diff options
author | Martin Kusserow <kusserow@ife.ee.ethz.ch> | 2007-12-21 12:02:17 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2007-12-22 23:14:33 -0800 |
commit | 014840ec57760ec555cd6f694d1f65a4f54e4155 (patch) | |
tree | 6e52ae57b333b2ff9bfefe8b091141bff6b0fd65 /drivers/usb | |
parent | ed0ccdbb616cd7e1d5570b8078e0deb37c1c3c16 (diff) | |
download | kernel-crypto-014840ec57760ec555cd6f694d1f65a4f54e4155.tar.gz kernel-crypto-014840ec57760ec555cd6f694d1f65a4f54e4155.tar.xz kernel-crypto-014840ec57760ec555cd6f694d1f65a4f54e4155.zip |
USB: New device ID for the CP2101 driver
attached please find a new device ID for CP2101 driver. This device is a
usb stick from Dynastream to communicate with ANT wireless devices which
I suppose is fairly similar to the ANT dev board having product id 0x1003.
From: Martin Kusserow <kusserow@ife.ee.ethz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/serial/cp2101.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp2101.c b/drivers/usb/serial/cp2101.c index da16b515781..22833589c4b 100644 --- a/drivers/usb/serial/cp2101.c +++ b/drivers/usb/serial/cp2101.c @@ -55,6 +55,7 @@ static int debug; static struct usb_device_id id_table [] = { { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */ { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */ + { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */ { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ |