USB: cp210x: add ID for RUGGEDCOM USB Serial Console
authorLennart Sorensen <lsorense@csclub.uwaterloo.ca>
Wed, 21 Jan 2015 20:24:27 +0000 (15:24 -0500)
committerJohan Hovold <johan@kernel.org>
Mon, 26 Jan 2015 12:37:29 +0000 (13:37 +0100)
Added the USB serial console device ID for Siemens Ruggedcom devices
which have a USB port for their serial console.

Signed-off-by: Len Sorensen <lsorense@csclub.uwaterloo.ca>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/cp210x.c

index f4c56fc1a9f64dd32fae247c351c1b34e0d6400e..f40c856ff758d959318ae4d251eea6cd96f5819a 100644 (file)
@@ -56,6 +56,7 @@ static const struct usb_device_id id_table[] = {
        { USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
        { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
        { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
+       { USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
        { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
        { USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
        { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
This page took 0.025184 seconds and 5 git commands to generate.