cp210x.c (348b346b238d9c0e5694c8d0b835a099cb383835) cp210x.c (0601e116e30caf35520522cb621d05866663cab2)
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.

--- 53 unchanged lines hidden (view full) ---

62 { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
63 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
64 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
65 { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
66 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
67 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
68 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
69 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
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.

--- 53 unchanged lines hidden (view full) ---

62 { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
63 { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
64 { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
65 { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
66 { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
67 { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
68 { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
69 { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
70 { USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */
71 { USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */
70 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
71 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
72 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
73 { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
74 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
75 { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
76 { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
77 { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */

--- 764 unchanged lines hidden ---
72 { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
73 { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
74 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
75 { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
76 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
77 { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
78 { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
79 { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */

--- 764 unchanged lines hidden ---