cp210x.c (2479e2a9c05899bd8789f8bd48565641806120aa) | cp210x.c (08e87d0d773dc9ca5faf4c3306e238ed0ea129b0) |
---|---|
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. --- 78 unchanged lines hidden (view full) --- 87 { USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */ 88 { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */ 89 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ 90 { USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */ 91 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 92 { USB_DEVICE(0x10C4, 0x818B) }, /* AVIT Research USB to TTL */ 93 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */ 94 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */ | 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. --- 78 unchanged lines hidden (view full) --- 87 { USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */ 88 { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */ 89 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ 90 { USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */ 91 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 92 { USB_DEVICE(0x10C4, 0x818B) }, /* AVIT Research USB to TTL */ 93 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */ 94 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */ |
95 { USB_DEVICE(0x10C4, 0x81A9) }, /* Multiplex RC Interface */ |
|
95 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ 96 { USB_DEVICE(0x10C4, 0x81AD) }, /* INSYS USB Modem */ 97 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */ 98 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */ 99 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ 100 { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */ 101 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */ 102 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */ --- 737 unchanged lines hidden --- | 96 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ 97 { USB_DEVICE(0x10C4, 0x81AD) }, /* INSYS USB Modem */ 98 { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */ 99 { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */ 100 { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */ 101 { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */ 102 { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */ 103 { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */ --- 737 unchanged lines hidden --- |