cp210x.c (90441b4dbe90ba0c38111ea89fa093a8c9627801) cp210x.c (1ae78a4870989a354028cb17dabf819b595e70e3)
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.

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

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

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

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

--- 752 unchanged lines hidden ---
129 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
130 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
131 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
132 { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */
133 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
134 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
135 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
136 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

--- 752 unchanged lines hidden ---