cp210x.c (b579fa52f6be0b4157ca9cc5e94d44a2c89a7e95) cp210x.c (7681156982026ebf7eafd7301eb0374d7648d068)
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.

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

114 { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
115 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
116 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
117 { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
118 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
119 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
120 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
121 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
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.

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

114 { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
115 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
116 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
117 { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
118 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
119 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
120 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
121 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
122 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
123 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
122 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
123 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
124 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
125 { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */
126 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
127 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
128 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
129 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

--- 759 unchanged lines hidden ---
124 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
125 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
126 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
127 { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */
128 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
129 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
130 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
131 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

--- 759 unchanged lines hidden ---