Skip to content

Commit 5091b58

Browse files
M KondrinGreg Kroah-Hartman
authored andcommitted
USB: ACE1001 patch for cp2101.c
The patch which adds IDs for AKTAKOM USB->RS232 cable (http://www.aktakom.ru/product/kio/ace-1001.htm) is attached. From: M Kondrin <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent f1c0a2a commit 5091b58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp2101.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ static void cp2101_shutdown(struct usb_serial *);
5656
static int debug;
5757

5858
static struct usb_device_id id_table [] = {
59+
{ USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
5960
{ USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
6061
{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
6162
{ USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */

0 commit comments

Comments
 (0)