]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob - releases/4.14.14/usb-serial-cp210x-add-new-device-id-elv-alc-8xxx.patch
4.14-stable patches
[thirdparty/kernel/stable-queue.git] / releases / 4.14.14 / usb-serial-cp210x-add-new-device-id-elv-alc-8xxx.patch
1 From d14ac576d10f865970bb1324d337e5e24d79aaf4 Mon Sep 17 00:00:00 2001
2 From: Christian Holl <cyborgx1@gmail.com>
3 Date: Wed, 3 Jan 2018 19:53:02 +0100
4 Subject: USB: serial: cp210x: add new device ID ELV ALC 8xxx
5
6 From: Christian Holl <cyborgx1@gmail.com>
7
8 commit d14ac576d10f865970bb1324d337e5e24d79aaf4 upstream.
9
10 This adds the ELV ALC 8xxx Battery Charging device
11 to the list of USB IDs of drivers/usb/serial/cp210x.c
12
13 Signed-off-by: Christian Holl <cyborgx1@gmail.com>
14 Signed-off-by: Johan Hovold <johan@kernel.org>
15 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
16
17 ---
18 drivers/usb/serial/cp210x.c | 1 +
19 1 file changed, 1 insertion(+)
20
21 --- a/drivers/usb/serial/cp210x.c
22 +++ b/drivers/usb/serial/cp210x.c
23 @@ -178,6 +178,7 @@ static const struct usb_device_id id_tab
24 { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
25 { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
26 { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
27 + { USB_DEVICE(0x18EF, 0xE030) }, /* ELV ALC 8xxx Battery Charger */
28 { USB_DEVICE(0x18EF, 0xE032) }, /* ELV TFD500 Data Logger */
29 { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
30 { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */