cp210x.c (ca667a33207daeaf9c62b106815728718def60ec) | cp210x.c (42213a0190b535093a604945db05a4225bf43885) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Silicon Laboratories CP210x USB to RS232 serial adaptor driver 4 * 5 * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk) 6 * Copyright (C) 2010-2021 Johan Hovold (johan@kernel.org) 7 * 8 * Support to set flow control line levels using TIOCMGET and TIOCMSET --- 188 unchanged lines hidden (view full) --- 197 { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */ 198 { USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */ 199 { USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */ 200 { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */ 201 { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */ 202 { USB_DEVICE(0x1901, 0x0194) }, /* GE Healthcare Remote Alarm Box */ 203 { USB_DEVICE(0x1901, 0x0195) }, /* GE B850/B650/B450 CP2104 DP UART interface */ 204 { USB_DEVICE(0x1901, 0x0196) }, /* GE B850 CP2105 DP UART interface */ | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Silicon Laboratories CP210x USB to RS232 serial adaptor driver 4 * 5 * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk) 6 * Copyright (C) 2010-2021 Johan Hovold (johan@kernel.org) 7 * 8 * Support to set flow control line levels using TIOCMGET and TIOCMSET --- 188 unchanged lines hidden (view full) --- 197 { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */ 198 { USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */ 199 { USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */ 200 { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */ 201 { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */ 202 { USB_DEVICE(0x1901, 0x0194) }, /* GE Healthcare Remote Alarm Box */ 203 { USB_DEVICE(0x1901, 0x0195) }, /* GE B850/B650/B450 CP2104 DP UART interface */ 204 { USB_DEVICE(0x1901, 0x0196) }, /* GE B850 CP2105 DP UART interface */ |
205 { USB_DEVICE(0x1901, 0x0197) }, /* GE CS1000 Display serial interface */ 206 { USB_DEVICE(0x1901, 0x0198) }, /* GE CS1000 M.2 Key E serial interface */ |
|
205 { USB_DEVICE(0x199B, 0xBA30) }, /* LORD WSDA-200-USB */ 206 { USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */ 207 { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */ 208 { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */ 209 { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */ 210 { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */ 211 { USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */ 212 { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */ --- 1738 unchanged lines hidden --- | 207 { USB_DEVICE(0x199B, 0xBA30) }, /* LORD WSDA-200-USB */ 208 { USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */ 209 { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */ 210 { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */ 211 { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */ 212 { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */ 213 { USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */ 214 { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */ --- 1738 unchanged lines hidden --- |