cp210x.c (cda704809797a8a86284f9df3eef5e62ec8a3175) cp210x.c (a0d9d868491a362d421521499d98308c8e3a0398)
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

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

139 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
140 { USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */
141 { USB_DEVICE(0x10C4, 0x851E) }, /* CESINEL MEDCAL PT Network Analyzer */
142 { USB_DEVICE(0x10C4, 0x85A7) }, /* LifeScan OneTouch Verio IQ */
143 { USB_DEVICE(0x10C4, 0x85B8) }, /* CESINEL ReCon T Energy Logger */
144 { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
145 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
146 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
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

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

139 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
140 { USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */
141 { USB_DEVICE(0x10C4, 0x851E) }, /* CESINEL MEDCAL PT Network Analyzer */
142 { USB_DEVICE(0x10C4, 0x85A7) }, /* LifeScan OneTouch Verio IQ */
143 { USB_DEVICE(0x10C4, 0x85B8) }, /* CESINEL ReCon T Energy Logger */
144 { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
145 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
146 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
147 { USB_DEVICE(0x10C4, 0x863C) }, /* MGP Instruments PDS100 */
147 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
148 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
149 { USB_DEVICE(0x10C4, 0x87ED) }, /* IMST USB-Stick for Smart Meter */
150 { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
151 { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
152 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
153 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
154 { USB_DEVICE(0x10C4, 0x88D8) }, /* Acuity Brands nLight Air Adapter */

--- 2042 unchanged lines hidden ---
148 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
149 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
150 { USB_DEVICE(0x10C4, 0x87ED) }, /* IMST USB-Stick for Smart Meter */
151 { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
152 { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
153 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
154 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
155 { USB_DEVICE(0x10C4, 0x88D8) }, /* Acuity Brands nLight Air Adapter */

--- 2042 unchanged lines hidden ---