diff mbox series

USB: serial: cp210x: add ID for IMST iM871A-USB

Message ID 20240105123549.87143-3-leonard.dallmayr@mailbox.org (mailing list archive)
State Accepted
Commit 12b17b4eb82a41977eb848048137b5908d52845c
Headers show
Series USB: serial: cp210x: add ID for IMST iM871A-USB | expand

Commit Message

Leonard Dallmayr Jan. 5, 2024, 12:35 p.m. UTC
The device IMST USB-Stick for Smart Meter is a rebranded IMST iM871A-USB
Wireless M-Bus USB-adapter. It is used to read wireless water, gas and
electricity meters.

Signed-off-by: Leonard Dallmayr <leonard.dallmayr@mailbox.org>
---
 drivers/usb/serial/cp210x.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Johan Hovold Jan. 30, 2024, 2:41 p.m. UTC | #1
On Fri, Jan 05, 2024 at 01:35:51PM +0100, Leonard Dallmayr wrote:
> The device IMST USB-Stick for Smart Meter is a rebranded IMST iM871A-USB
> Wireless M-Bus USB-adapter. It is used to read wireless water, gas and
> electricity meters.
> 
> Signed-off-by: Leonard Dallmayr <leonard.dallmayr@mailbox.org>

Now applied, thanks.

Johan
diff mbox series

Patch

diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 1e61fe043171..923e0ed85444 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -146,6 +146,7 @@  static const struct usb_device_id id_table[] = {
 	{ USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
 	{ USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
 	{ USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
+	{ USB_DEVICE(0x10C4, 0x87ED) }, /* IMST USB-Stick for Smart Meter */
 	{ USB_DEVICE(0x10C4, 0x8856) },	/* CEL EM357 ZigBee USB Stick - LR */
 	{ USB_DEVICE(0x10C4, 0x8857) },	/* CEL EM357 ZigBee USB Stick */
 	{ USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */