cp210x.c (335f8514f200e63d689113d29cb7253a5c282967) cp210x.c (b7c7cbc898e8a97829f33ad3bcd1b5e91690d8f4)
1/*
2 * Silicon Laboratories CP2101/CP2102 USB to RS232 serial adaptor driver
3 *
4 * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License version
8 * 2 as published by the Free Software Foundation.

--- 43 unchanged lines hidden (view full) ---

52static int cp2101_startup(struct usb_serial *);
53static void cp2101_shutdown(struct usb_serial *);
54
55static int debug;
56
57static struct usb_device_id id_table [] = {
58 { USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
59 { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
1/*
2 * Silicon Laboratories CP2101/CP2102 USB to RS232 serial adaptor driver
3 *
4 * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License version
8 * 2 as published by the Free Software Foundation.

--- 43 unchanged lines hidden (view full) ---

52static int cp2101_startup(struct usb_serial *);
53static void cp2101_shutdown(struct usb_serial *);
54
55static int debug;
56
57static struct usb_device_id id_table [] = {
58 { USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
59 { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
60 { USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
60 { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
61 { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
62 { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
61 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
62 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
63 { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
64 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
65 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
66 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
63 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
64 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
65 { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
66 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
67 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
68 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
69 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
67 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
68 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
69 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
70 { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
71 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
72 { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
73 { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
74 { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */

--- 4 unchanged lines hidden (view full) ---

79 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
80 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
81 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */
82 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */
83 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */
84 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */
85 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
86 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */
70 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
71 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
72 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
73 { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
74 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
75 { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
76 { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
77 { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */

--- 4 unchanged lines hidden (view full) ---

82 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
83 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
84 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */
85 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */
86 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */
87 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */
88 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
89 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */
90 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */
87 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
88 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
89 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */
90 { USB_DEVICE(0x10c4, 0x8293) }, /* Telegesys ETRX2USB */
91 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
92 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
93 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */
94 { USB_DEVICE(0x10c4, 0x8293) }, /* Telegesys ETRX2USB */
95 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
91 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
92 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
93 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
94 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
95 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
96 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
97 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
98 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
99 { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
100 { USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
96 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
97 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
98 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
99 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
100 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
101 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
102 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
103 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
104 { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
105 { USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
106 { USB_DEVICE(0x10CE, 0xEA6A) }, /* Silicon Labs MobiData GPRS USB Modem 100EU */
101 { USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
107 { USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
108 { USB_DEVICE(0x1555, 0x0004) }, /* Owen AC4 USB-RS485 Converter */
102 { USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
103 { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
104 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
105 { } /* Terminating Entry */
106};
107
108MODULE_DEVICE_TABLE(usb, id_table);
109

--- 711 unchanged lines hidden ---
109 { USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
110 { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
111 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
112 { } /* Terminating Entry */
113};
114
115MODULE_DEVICE_TABLE(usb, id_table);
116

--- 711 unchanged lines hidden ---