]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.18.61/usb-serial-cp210x-add-id-for-cel-em3588-usb-zigbee-stick.patch
Linux 4.14.95
[thirdparty/kernel/stable-queue.git] / releases / 3.18.61 / usb-serial-cp210x-add-id-for-cel-em3588-usb-zigbee-stick.patch
CommitLineData
44242dcd
GKH
1From fd90f73a9925f248d696bde1cfc836d9fda5570d Mon Sep 17 00:00:00 2001
2From: Jeremie Rapin <rapinj@gmail.com>
3Date: Wed, 28 Jun 2017 18:23:25 +0200
4Subject: USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
5
6From: Jeremie Rapin <rapinj@gmail.com>
7
8commit fd90f73a9925f248d696bde1cfc836d9fda5570d upstream.
9
10Added the USB serial device ID for the CEL ZigBee EM3588
11radio stick.
12
13Signed-off-by: Jeremie Rapin <rapinj@gmail.com>
14Acked-by: Johan Hovold <johan@kernel.org>
15Signed-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@@ -132,6 +132,7 @@ static const struct usb_device_id id_tab
24 { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
25 { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
26 { USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
27+ { USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
28 { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
29 { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
30 { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */