cp210x.c (20f8e032e6dc7053ab803f488e2a8839cd2f69a6) cp210x.c (f7d7f59ab124748156ea551edf789994f05da342)
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.

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

155 { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
156 { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
157 { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
158 { USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
159 { USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
160 { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
161 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
162 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
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.

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

155 { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
156 { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
157 { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
158 { USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
159 { USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
160 { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
161 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
162 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
163 { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
163 { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
164 { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
165 { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */
166 { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
167 { USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */
168 { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */
169 { USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */
170 { USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */

--- 723 unchanged lines hidden ---
164 { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
165 { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
166 { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */
167 { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
168 { USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */
169 { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */
170 { USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */
171 { USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */

--- 723 unchanged lines hidden ---