Skip to content

Commit 3f9e76e

Browse files
michaeladlerjhovold
authored andcommitted
USB: serial: cp210x: add SCALANCE LPE-9000 device id
Add the USB serial console device ID for Siemens SCALANCE LPE-9000 which have a USB port for their serial console. Signed-off-by: Michael Adler <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent d9bbb15 commit 3f9e76e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ static const struct usb_device_id id_table[] = {
6060
{ USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
6161
{ USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
6262
{ USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
63+
{ USB_DEVICE(0x0908, 0x0070) }, /* Siemens SCALANCE LPE-9000 USB Serial Console */
6364
{ USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
6465
{ USB_DEVICE(0x0988, 0x0578) }, /* Teraoka AD2000 */
6566
{ USB_DEVICE(0x0B00, 0x3070) }, /* Ingenico 3070 */

0 commit comments

Comments
 (0)