summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cp210x.c
diff options
context:
space:
mode:
authorKees Jan Koster <kjkoster@kjkoster.org>2023-02-18 15:18:30 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-04-20 12:04:38 +0200
commit14d750b4a72f59199c551076dda0de1198a4ac0e (patch)
tree505b3c9ad90f12c10ab5e9400755b046113ef069 /drivers/usb/serial/cp210x.c
parent9f71fc8a580820deb67f631f544ed0c2f30f93a9 (diff)
downloadlinux-stable-14d750b4a72f59199c551076dda0de1198a4ac0e.tar.gz
linux-stable-14d750b4a72f59199c551076dda0de1198a4ac0e.tar.bz2
linux-stable-14d750b4a72f59199c551076dda0de1198a4ac0e.zip
USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs
commit 71f8afa2b66e356f435b6141b4a9ccf953e18356 upstream. 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 <kjkoster@kjkoster.org> Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/cp210x.c')
-rw-r--r--drivers/usb/serial/cp210x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/serial/cp210x.c b/drivers/usb/serial/cp210x.c
index 7932a65324d2..c203b2e7b838 100644
--- a/drivers/usb/serial/cp210x.c
+++ b/drivers/usb/serial/cp210x.c
@@ -121,6 +121,7 @@ static const struct usb_device_id id_table[] = {
{ USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
{ USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
{ USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
+ { USB_DEVICE(0x10C4, 0x82AA) }, /* Silicon Labs IFS-USB-DATACABLE used with Quint UPS */
{ USB_DEVICE(0x10C4, 0x82EF) }, /* CESINEL FALCO 6105 AC Power Supply */
{ USB_DEVICE(0x10C4, 0x82F1) }, /* CESINEL MEDCAL EFD Earth Fault Detector */
{ USB_DEVICE(0x10C4, 0x82F2) }, /* CESINEL MEDCAL ST Network Analyzer */