]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/5.0.6/usb-serial-cp210x-add-new-device-id.patch
Linux 5.0.6
[thirdparty/kernel/stable-queue.git] / releases / 5.0.6 / usb-serial-cp210x-add-new-device-id.patch
CommitLineData
fc08f4e8
GKH
1From a595ecdd5f60b2d93863cebb07eec7f935839b54 Mon Sep 17 00:00:00 2001
2From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3Date: Wed, 27 Mar 2019 10:11:14 +0900
4Subject: USB: serial: cp210x: add new device id
5
6From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7
8commit a595ecdd5f60b2d93863cebb07eec7f935839b54 upstream.
9
10Lorenz Messtechnik has a device that is controlled by the cp210x driver,
11so add the device id to the driver. The device id was provided by
12Silicon-Labs for the devices from this vendor.
13
14Reported-by: Uli <t9cpu@web.de>
15Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16Cc: stable <stable@vger.kernel.org>
17Signed-off-by: Johan Hovold <johan@kernel.org>
18Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19
20---
21 drivers/usb/serial/cp210x.c | 1 +
22 1 file changed, 1 insertion(+)
23
24--- a/drivers/usb/serial/cp210x.c
25+++ b/drivers/usb/serial/cp210x.c
26@@ -80,6 +80,7 @@ static const struct usb_device_id id_tab
27 { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */
28 { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
29 { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
30+ { USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */
31 { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
32 { USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */
33 { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */