From bca27f50a4c6c5599eccbdda9be4f628e7b1f858 Mon Sep 17 00:00:00 2001 From: Craig Shelley Date: Fri, 20 Jan 2006 00:06:19 +0000 Subject: [PATCH] --- yaml --- r: 19199 b: refs/heads/master c: e988fc8a56bb3f76624dd7b0fb13ae3eaccefa59 h: refs/heads/master i: 19197: 46c4f30e0f5d3ed4718889366262521a4e7a65ff 19195: b032b5c2385aea830cf67be4fa746d6a64628303 19191: baf13ae6700ef750d853f90790306e15db579d3d 19183: 70493ca33c5fe548003ba71d9f81772424e4dd5d 19167: 06c6e68618d4c7b5570d5893b181d35d518a5521 19135: d7a9515e56284a81267285843b95915e7db8e3e1 19071: 052bce82f8db0bc3b40cf8d1541f4f524893fd85 18943: 11a33311a474987c09b9a616bf2d4afde83d697e v: v3 --- [refs] | 2 +- trunk/drivers/usb/serial/cp2101.c | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index cf040a701732..4c81d09e3a9f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6cceb05f8df6e28ab90f44bdeba50d33928cdee5 +refs/heads/master: e988fc8a56bb3f76624dd7b0fb13ae3eaccefa59 diff --git a/trunk/drivers/usb/serial/cp2101.c b/trunk/drivers/usb/serial/cp2101.c index da46b351e188..dc7a069503e0 100644 --- a/trunk/drivers/usb/serial/cp2101.c +++ b/trunk/drivers/usb/serial/cp2101.c @@ -32,7 +32,7 @@ /* * Version Information */ -#define DRIVER_VERSION "v0.05" +#define DRIVER_VERSION "v0.06" #define DRIVER_DESC "Silicon Labs CP2101/CP2102 RS232 serial adaptor driver" /* @@ -55,11 +55,15 @@ static int debug; static struct usb_device_id id_table [] = { { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */ - { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ - { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */ - { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ - { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ + { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ + { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ + { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */ + { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */ + { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ + { USB_DEVICE(0x10C4, 0x813D) }, /* Burnside Telecom Deskmobile */ + { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ + { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */ { } /* Terminating Entry */ };