cp210x.c (f43dc23d5ea91fca257be02138a255f02d98e806) cp210x.c (faea63f7ccfddfb8fc19798799fcd38c58415172)
1/*
2 * Silicon Laboratories CP210x 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.

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

105 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
106 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
107 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */
108 { USB_DEVICE(0x10C4, 0x8293) }, /* Telegesys ETRX2USB */
109 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
110 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
111 { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
112 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
1/*
2 * Silicon Laboratories CP210x 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.

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

105 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
106 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
107 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */
108 { USB_DEVICE(0x10C4, 0x8293) }, /* Telegesys ETRX2USB */
109 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
110 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
111 { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
112 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
113 { USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */
113 { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
114 { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
115 { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
114 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
115 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
116 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
117 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
118 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
119 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
120 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
121 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

--- 713 unchanged lines hidden ---
116 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
117 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
118 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
119 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
120 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
121 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
122 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
123 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

--- 713 unchanged lines hidden ---