cp210x.c (be3101c23394af59694c8a2aae6d07f5da62fea5) | cp210x.c (a57e82a18779ab8a5e5a1f5841cef937cf578913) |
---|---|
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. --- 71 unchanged lines hidden (view full) --- 80 { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */ 81 { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */ 82 { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ 83 { USB_DEVICE(0x10C4, 0x8115) }, /* Arygon NFC/Mifare Reader */ 84 { USB_DEVICE(0x10C4, 0x813D) }, /* Burnside Telecom Deskmobile */ 85 { USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */ 86 { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */ 87 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ | 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. --- 71 unchanged lines hidden (view full) --- 80 { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */ 81 { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */ 82 { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */ 83 { USB_DEVICE(0x10C4, 0x8115) }, /* Arygon NFC/Mifare Reader */ 84 { USB_DEVICE(0x10C4, 0x813D) }, /* Burnside Telecom Deskmobile */ 85 { USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */ 86 { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */ 87 { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */ |
88 { USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */ |
|
88 { USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */ 89 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 90 { USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */ 91 { USB_DEVICE(0x10C4, 0x818B) }, /* AVIT Research USB to TTL */ 92 { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */ 93 { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */ 94 { USB_DEVICE(0x10C4, 0x81A9) }, /* Multiplex RC Interface */ 95 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ --- 796 unchanged lines hidden --- | 89 { USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */ 90 { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */ 91 { USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */ 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 */ 96 { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */ --- 796 unchanged lines hidden --- |