Skip to content

Commit 2ab1329

Browse files
pjakmajhovold
authored andcommitted
USB: serial: cp210x: add ID for the Zone DPMX
The BRIM Brothers Zone DPMX is a bicycle powermeter. This ID is for the USB serial interface in its charging dock for the control pods, via which some settings for the pods can be modified. Signed-off-by: Paul Jakma <paul@jakma.org> Cc: Barry Redmond <barry@brimbrothers.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Johan Hovold <johan@kernel.org>
1 parent 9bfef72 commit 2ab1329

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
@@ -131,6 +131,7 @@ static const struct usb_device_id id_table[] = {
131131
{ USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
132132
{ USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
133133
{ USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
134+
{ USB_DEVICE(0x10C4, 0x8962) }, /* Brim Brothers charging dock */
134135
{ USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
135136
{ USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
136137
{ USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */

0 commit comments

Comments
 (0)