diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-21 18:15:55 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-21 18:15:55 +0100 |
| commit | 80f9fa9624df530d0e0623a764491b43f0ae78bc (patch) | |
| tree | 42bd4d399f8f2c3090dc6146bccf4b793c565740 /cp210x.patch | |
| parent | a009bc7984b17d5d8e845fd6ef600eb4f9a4c5d2 (diff) | |
| download | patches-80f9fa9624df530d0e0623a764491b43f0ae78bc.tar.gz | |
patch updates
Diffstat (limited to 'cp210x.patch')
| -rw-r--r-- | cp210x.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/cp210x.patch b/cp210x.patch new file mode 100644 index 00000000000000..c0cdb943af1fec --- /dev/null +++ b/cp210x.patch @@ -0,0 +1,16 @@ +cp210x patch + +--- + drivers/usb/serial/cp210x.c | 1 + + 1 file changed, 1 insertion(+) + +--- a/drivers/usb/serial/cp210x.c ++++ b/drivers/usb/serial/cp210x.c +@@ -125,6 +125,7 @@ static const struct usb_device_id id_tab + { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */ + { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */ + { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */ ++ { USB_DEVICE(0x10C4, 0x83AA) }, /* Mark-10 Digital Force Gauge */ + { USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */ + { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */ + { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */ |
