Created
January 19, 2022 18:02
-
-
Save smooker/2ba894c3354d712d404ddac75ee4f3b0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c | |
index ee595d1bea0a..76ae39fe4e15 100644 | |
--- a/drivers/usb/serial/cp210x.c | |
+++ b/drivers/usb/serial/cp210x.c | |
@@ -51,6 +51,7 @@ static void cp210x_enable_event_mode(struct usb_serial_port *port); | |
static void cp210x_disable_event_mode(struct usb_serial_port *port); | |
static const struct usb_device_id id_table[] = { | |
+ { USB_DEVICE(0x188a, 0x3001) }, /* smooker Bus 003 Device 035: ID 188a:3001 Silicon Labs EASY800-USB-CAB */ | |
{ USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */ | |
{ USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */ | |
{ USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment