]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.14.110/usb-serial-cp210x-add-new-device-id.patch
Linux 4.9.167
[thirdparty/kernel/stable-queue.git] / releases / 4.14.110 / usb-serial-cp210x-add-new-device-id.patch
1 From a595ecdd5f60b2d93863cebb07eec7f935839b54 Mon Sep 17 00:00:00 2001
2 From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3 Date: Wed, 27 Mar 2019 10:11:14 +0900
4 Subject: USB: serial: cp210x: add new device id
5
6 From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7
8 commit a595ecdd5f60b2d93863cebb07eec7f935839b54 upstream.
9
10 Lorenz Messtechnik has a device that is controlled by the cp210x driver,
11 so add the device id to the driver. The device id was provided by
12 Silicon-Labs for the devices from this vendor.
13
14 Reported-by: Uli <t9cpu@web.de>
15 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16 Cc: stable <stable@vger.kernel.org>
17 Signed-off-by: Johan Hovold <johan@kernel.org>
18 Signed-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 @@ -83,6 +83,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 */