cp210x.c (b50f8f09c622297d3cf46e332e17ba8adedec9af) | cp210x.c (6ca0c6283340d819bf9c7d8e76be33c9fbd903ab) |
---|---|
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 --- 55 unchanged lines hidden (view full) --- 64 { USB_DEVICE(0x0988, 0x0578) }, /* Teraoka AD2000 */ 65 { USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */ 66 { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */ 67 { USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */ 68 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */ 69 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */ 70 { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */ 71 { USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */ | 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 --- 55 unchanged lines hidden (view full) --- 64 { USB_DEVICE(0x0988, 0x0578) }, /* Teraoka AD2000 */ 65 { USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */ 66 { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */ 67 { USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */ 68 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */ 69 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */ 70 { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */ 71 { USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */ |
72 { USB_DEVICE(0x106F, 0x0003) }, /* CPI / Money Controls Bulk Coin Recycler */ |
|
72 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ 73 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ 74 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ 75 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */ 76 { USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */ 77 { USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */ 78 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */ 79 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */ --- 2085 unchanged lines hidden --- | 73 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */ 74 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */ 75 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */ 76 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */ 77 { USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */ 78 { USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */ 79 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */ 80 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */ --- 2085 unchanged lines hidden --- |