linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
@ 2021-07-21 16:17 John Keeping
  2021-07-21 16:48 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: John Keeping @ 2021-07-21 16:17 UTC (permalink / raw)
  To: linux-usb; +Cc: John Keeping, Johan Hovold, Greg Kroah-Hartman, linux-kernel

Add the USB serial device ID for the CEL ZigBee EM3588 radio stick.

Signed-off-by: John Keeping <john@metanate.com>
---
 drivers/usb/serial/cp210x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index ee595d1bea0a..bea89ba58280 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -155,6 +155,7 @@ static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x10C4, 0x89A4) }, /* CESINEL FTBC Flexible Thyristor Bridge Controller */
 	{ USB_DEVICE(0x10C4, 0x89FB) }, /* Qivicon ZigBee USB Radio Stick */
 	{ USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
+	{ USB_DEVICE(0x10C4, 0x8A5B) }, /* CEL EM3588 ZigBee USB Stick */
 	{ USB_DEVICE(0x10C4, 0x8A5E) }, /* CEL EM3588 ZigBee USB Stick Long Range */
 	{ USB_DEVICE(0x10C4, 0x8B34) }, /* Qivicon ZigBee USB Radio Stick */
 	{ USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
  2021-07-21 16:17 [PATCH] USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick John Keeping
@ 2021-07-21 16:48 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2021-07-21 16:48 UTC (permalink / raw)
  To: John Keeping; +Cc: linux-usb, Greg Kroah-Hartman, linux-kernel

On Wed, Jul 21, 2021 at 05:17:45PM +0100, John Keeping wrote:
> Add the USB serial device ID for the CEL ZigBee EM3588 radio stick.
> 
> Signed-off-by: John Keeping <john@metanate.com>

Applied, thanks.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-21 16:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 16:17 [PATCH] USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick John Keeping
2021-07-21 16:48 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).