Skip to content

Commit 71f8afa

Browse files
kjkosterjhovold
authored andcommitted
USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
The Silicon Labs IFS-USB-DATACABLE is used in conjunction with for example the Quint UPSes. It is used to enable Modbus communication with the UPS to query configuration, power and battery status. Signed-off-by: Kees Jan Koster <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent eeac8ed commit 71f8afa

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
@@ -120,6 +120,7 @@ static const struct usb_device_id id_table[] = {
120120
{ USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
121121
{ USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
122122
{ USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
123+
{ USB_DEVICE(0x10C4, 0x82AA) }, /* Silicon Labs IFS-USB-DATACABLE used with Quint UPS */
123124
{ USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */
124125
{ USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */
125126
{ USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */

0 commit comments

Comments
 (0)