cp210x.c (db985cbd67c45f875ef43cb5febfaa8cbd203c27) cp210x.c (bfc2d7dfdd761ae3beccdb26abebe03cef042f46)
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.

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

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, 0x88A4) }, /* MMB Networks ZigBee USB Device */
124 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB 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.

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

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, 0x88A4) }, /* MMB Networks ZigBee USB Device */
124 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
125 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
125 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
126 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
127 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
128 { USB_DEVICE(0x10C4, 0xEA80) }, /* Silicon Labs factory default */
129 { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
130 { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
131 { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
132 { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */

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

--- 750 unchanged lines hidden ---