cp210x.c (759f3634267a67ac90f3fa7fc06510dfd43b4e45) | cp210x.c (bd07c551aae5d2200c7b195142e5ba63f26424da) |
---|---|
1/* 2 * Silicon Laboratories CP210x USB to RS232 serial adaptor driver 3 * 4 * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License version 8 * 2 as published by the Free Software Foundation. --- 77 unchanged lines hidden (view full) --- 86 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ 87 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 88 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */ 89 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */ 90 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ 91 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */ 92 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */ 93 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ | 1/* 2 * Silicon Laboratories CP210x USB to RS232 serial adaptor driver 3 * 4 * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk) 5 * 6 * This program is free software; you can redistribute it and/or 7 * modify it under the terms of the GNU General Public License version 8 * 2 as published by the Free Software Foundation. --- 77 unchanged lines hidden (view full) --- 86 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ 87 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 88 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */ 89 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */ 90 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ 91 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */ 92 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */ 93 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ |
94 { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */ |
|
94 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */ 95 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */ 96 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */ 97 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */ | 95 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */ 96 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */ 97 { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */ 98 { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demostration module */ |
98 { USB_DEVICE(0x10c4, 0x8293) }, /* Telegesys ETRX2USB */ | 99 { USB_DEVICE(0x10C4, 0x8293) }, /* Telegesys ETRX2USB */ |
99 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */ 100 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */ 101 { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */ 102 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */ 103 { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */ 104 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */ 105 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ 106 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ --- 754 unchanged lines hidden --- | 100 { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */ 101 { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */ 102 { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */ 103 { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */ 104 { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */ 105 { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */ 106 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ 107 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ --- 754 unchanged lines hidden --- |