Skip to content

Commit 12b17b4

Browse files
ldallmayrjhovold
authored andcommitted
USB: serial: cp210x: add ID for IMST iM871A-USB
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> Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent 6613476 commit 12b17b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/usb/serial/cp210x.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ static const struct usb_device_id id_table[] = {
146146
{ USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
147147
{ USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
148148
{ USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
149+
{ USB_DEVICE(0x10C4, 0x87ED) }, /* IMST USB-Stick for Smart Meter */
149150
{ USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
150151
{ USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
151152
{ USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */

0 commit comments

Comments
 (0)