Skip to content

Commit

Permalink
udev: Split SiLabs CP210x/CP2110 items, mention more devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Jun 15, 2019
1 parent 92499a9 commit a90ffc3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions contrib/60-libsigrok.rules
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,19 @@ 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:
# SiLabs CP210x (USB CDC) UART bridge, used (among others) in:
# CEM DT-8852
# Manson HCS-3202
# MASTECH MS2115B
# MASTECH MS5308
# UNI-T UT612
# UNI-T UT-D09
# MASTECH MS8250D
# PeakTech 3330
# Voltcraft PPS-11815
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_SIGROK}="1"

# SiLabs CP2110 (USB HID) UART bridge, used (among others) in:
# UNI-T UT612
# UNI-T UT-D09 multimeter cable (for various UNI-T and rebranded DMMs)
ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea80", ENV{ID_SIGROK}="1"

# Sysclk LWLA1016
Expand Down

0 comments on commit a90ffc3

Please sign in to comment.