aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/serial/cp210x.c')
-rw-r--r--drivers/usb/serial/cp210x.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 41a6513646de..a4ab4fdf5ba3 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -120,6 +120,7 @@ static const struct usb_device_id id_table[] = {
120 { USB_DEVICE(0x10C4, 0x8470) }, /* Juniper Networks BX Series System Console */ 120 { USB_DEVICE(0x10C4, 0x8470) }, /* Juniper Networks BX Series System Console */
121 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */ 121 { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
122 { USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */ 122 { USB_DEVICE(0x10C4, 0x84B6) }, /* Starizona Hyperion */
123 { USB_DEVICE(0x10C4, 0x85A7) }, /* LifeScan OneTouch Verio IQ */
123 { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */ 124 { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
124 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */ 125 { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
125 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */ 126 { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
@@ -170,6 +171,8 @@ static const struct usb_device_id id_table[] = {
170 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */ 171 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
171 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */ 172 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
172 { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */ 173 { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
174 { USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */
175 { USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */
173 { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */ 176 { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
174 { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */ 177 { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
175 { USB_DEVICE(0x1901, 0x0194) }, /* GE Healthcare Remote Alarm Box */ 178 { USB_DEVICE(0x1901, 0x0194) }, /* GE Healthcare Remote Alarm Box */