Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

USB: CP2101 Add new device IDs

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Craig Shelley and committed by
Greg Kroah-Hartman
59fba744 b69d3987

+3
+3
drivers/usb/serial/cp2101.c
··· 53 53 static int debug; 54 54 55 55 static struct usb_device_id id_table [] = { 56 + { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */ 56 57 { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */ 57 58 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */ 58 59 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */ 60 + { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */ 59 61 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ 60 62 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ 61 63 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ ··· 73 71 { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */ 74 72 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ 75 73 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 74 + { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ 76 75 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */ 77 76 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */ 78 77 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */