cp210x.c (362f6729cbb1d6bbab59e069f19441b0622ff7ec) cp210x.c (9585e340db9f6cc1c0928d82c3a23cc4460f0a3f)
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.

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

137 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
138 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
139 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
140 { USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */
141 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
142 { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
143 { USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
144 { USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
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.

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

137 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
138 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
139 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
140 { USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */
141 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
142 { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
143 { USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
144 { USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
145 { USB_DEVICE(0x10C4, 0x8B34) }, /* Qivicon ZigBee USB Radio Stick */
145 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
146 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
147 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
148 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
149 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
150 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
151 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
152 { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */

--- 1378 unchanged lines hidden ---
146 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
147 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
148 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
149 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
150 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
151 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
152 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
153 { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */

--- 1378 unchanged lines hidden ---