diff options
| author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-30 10:17:36 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-03-30 10:17:36 +0100 |
| commit | 40c493e29885df8b9e3eaef8418af97ce8a90967 (patch) | |
| tree | 027d2db67f512bc754bd315b69330af03f88be68 /usb-cp210x-add-new-device-id.patch | |
| parent | fcc8d57689005dc360ad29bc63d06a844efc11c4 (diff) | |
| download | patches-40c493e29885df8b9e3eaef8418af97ce8a90967.tar.gz | |
new patches added
Diffstat (limited to 'usb-cp210x-add-new-device-id.patch')
| -rw-r--r-- | usb-cp210x-add-new-device-id.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/usb-cp210x-add-new-device-id.patch b/usb-cp210x-add-new-device-id.patch new file mode 100644 index 00000000000000..390fe91e12b197 --- /dev/null +++ b/usb-cp210x-add-new-device-id.patch @@ -0,0 +1,26 @@ +From foo@baz Tue Mar 26 13:48:17 KST 2019 +Date: Tue, 26 Mar 2019 13:48:17 +0900 +To: Greg KH <gregkh@linuxfoundation.org> +From: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Subject: [PATCH] USB: cp210x: add new device id + +Lorenz Messtechnik has a device that is controlled by the cp210x driver, +so add the device id to the driver. The device id was provided by +Silicon-Labs for the devices from this vendor. + +Reported-by: Uli <t9cpu@web.de> +Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> +Cc: stable <stable@vger.kernel.org> + +diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c +index fffe23ab0189..f01cd0ee5621 100644 +--- a/drivers/usb/serial/cp210x.c ++++ b/drivers/usb/serial/cp210x.c +@@ -80,6 +80,7 @@ static const struct usb_device_id id_table[] = { + { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */ + { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */ + { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */ ++ { USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */ + { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */ + { USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */ + { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */ |
