Skip to content

Commit 45c73d0

Browse files
JeremieRapingregkh
authored andcommitted
USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
commit fd90f73a9925f248d696bde1cfc836d9fda5570d upstream. Added the USB serial device ID for the CEL ZigBee EM3588 radio stick. Signed-off-by: Jeremie Rapin <rapinj@gmail.com> Acked-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c813008 commit 45c73d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ static const struct usb_device_id id_table[] = {
134134
{ USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
135135
{ USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
136136
{ USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
137+
{ USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
137138
{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
138139
{ USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
139140
{ USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */

0 commit comments

Comments
 (0)