cp210x.c (b3e5ced63e051e8f911b795ac5b06229a5328f7b) cp210x.c (c735ed74d83f8ecb45c4c4c95a16853c9c3c8157)
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.

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

122 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
123 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
124 { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
125 { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
126 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
127 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
128 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
129 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
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.

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

122 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
123 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
124 { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
125 { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
126 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
127 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
128 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
129 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
130 { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
130 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
131 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
132 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
133 { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */
134 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
135 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
136 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
137 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

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

--- 754 unchanged lines hidden ---