]> sigrok.org Git - libsigrok.git/commitdiff
udev: mark SiLabs CP2102 as generic, add SiLabs CP2110
authorGerhard Sittig <redacted>
Sat, 4 May 2019 08:20:21 +0000 (10:20 +0200)
committerUwe Hermann <redacted>
Tue, 4 Jun 2019 16:59:04 +0000 (18:59 +0200)
The CP210x USB to UART bridge is not specific to CEM DT-8852, it's a
generic bridge chip that is also used in other cables and devices. Add
the CP2110 USB HID to UART bridge that is found in UNI-T cables and
devices, and reported to also be used in Voltcraft devices.

contrib/60-libsigrok.rules

index e98425b22f7aee2a4cfb78368913d4385189238f..ccba6a010b8146e4c5c34817080c14d268fcba38 100644 (file)
@@ -55,9 +55,6 @@ ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0498", ENV{ID_SIGROK}="1"
 # Brymen BU-86X adapter (e.g. for Brymen BM867/BM869 and possibly others).
 ATTRS{idVendor}=="0820", ATTRS{idProduct}=="0001", ENV{ID_SIGROK}="1"
 
-# CEM DT-8852
-ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_SIGROK}="1"
-
 # ChronoVu LA8 (new VID/PID)
 # ChronoVu LA16 (new VID/PID)
 ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8867", ENV{ID_SIGROK}="1"
@@ -251,6 +248,15 @@ ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608e", ENV{ID_SIGROK}="1"
 # sigrok usb-c-grok
 ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="608f", ENV{ID_SIGROK}="1"
 
+# SiLabs CP210x (USB CDC) and SiLabs CP2110 (USB HID) are generic UART
+# bridges, used (among others) in:
+# CEM DT-8852
+# MASTECH MS5308
+# UNI-T UT612
+# UNI-T UT-D09
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_SIGROK}="1"
+ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea80", ENV{ID_SIGROK}="1"
+
 # Sysclk LWLA1016
 ATTRS{idVendor}=="2961", ATTRS{idProduct}=="6688", ENV{ID_SIGROK}="1"