cp210x.c (4c9f4865f4604744d4f1a43db22ac6ec9dc8e587) | cp210x.c (ca667a33207daeaf9c62b106815728718def60ec) |
---|---|
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 --- 131 unchanged lines hidden (view full) --- 140 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */ 141 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */ 142 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */ 143 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */ 144 { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */ 145 { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */ 146 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */ 147 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */ | 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 --- 131 unchanged lines hidden (view full) --- 140 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */ 141 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */ 142 { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */ 143 { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */ 144 { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */ 145 { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */ 146 { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */ 147 { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */ |
148 { USB_DEVICE(0x10C4, 0x88D8) }, /* Acuity Brands nLight Air Adapter */ |
|
148 { USB_DEVICE(0x10C4, 0x88FB) }, /* CESINEL MEDCAL STII Network Analyzer */ 149 { USB_DEVICE(0x10C4, 0x8938) }, /* CESINEL MEDCAL S II Network Analyzer */ 150 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */ 151 { USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */ 152 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */ 153 { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */ 154 { USB_DEVICE(0x10C4, 0x89A4) }, /* CESINEL FTBC Flexible Thyristor Bridge Controller */ 155 { USB_DEVICE(0x10C4, 0x89FB) }, /* Qivicon ZigBee USB Radio Stick */ --- 1794 unchanged lines hidden --- | 149 { USB_DEVICE(0x10C4, 0x88FB) }, /* CESINEL MEDCAL STII Network Analyzer */ 150 { USB_DEVICE(0x10C4, 0x8938) }, /* CESINEL MEDCAL S II Network Analyzer */ 151 { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */ 152 { USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */ 153 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */ 154 { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */ 155 { USB_DEVICE(0x10C4, 0x89A4) }, /* CESINEL FTBC Flexible Thyristor Bridge Controller */ 156 { USB_DEVICE(0x10C4, 0x89FB) }, /* Qivicon ZigBee USB Radio Stick */ --- 1794 unchanged lines hidden --- |