cp210x.c (b3c9a04135bdbd3aabd5e9534bad0fe6df505f8a) | cp210x.c (71f8afa2b66e356f435b6141b4a9ccf953e18356) |
---|---|
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 --- 106 unchanged lines hidden (view full) --- 115 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ 116 { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */ 117 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */ 118 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */ 119 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */ 120 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */ 121 { USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */ 122 { USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */ | 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 --- 106 unchanged lines hidden (view full) --- 115 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ 116 { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */ 117 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */ 118 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */ 119 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */ 120 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */ 121 { USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */ 122 { USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */ |
123 { USB_DEVICE(0x10C4, 0x82AA) }, /* Silicon Labs IFS-USB-DATACABLE used with Quint UPS */ |
|
123 { USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */ 124 { USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */ 125 { USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */ 126 { USB_DEVICE(0x10C4, 0x82F4) }, /* Starizona MicroTouch */ 127 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */ 128 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */ 129 { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */ 130 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */ --- 2055 unchanged lines hidden --- | 124 { USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */ 125 { USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */ 126 { USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */ 127 { USB_DEVICE(0x10C4, 0x82F4) }, /* Starizona MicroTouch */ 128 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */ 129 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */ 130 { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */ 131 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */ --- 2055 unchanged lines hidden --- |