Skip to content

Commit

Permalink
udev: add Siglent SDM3055 USB identification rule
Browse files Browse the repository at this point in the history
Add the USB identification for the Siglent SDM3055 multimeter and the
SDS1104X-E scope.
  • Loading branch information
Electro707 authored and gsigh committed Feb 28, 2023
1 parent b35face commit 5ab4f63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contrib/60-libsigrok.rules
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,9 @@ ATTRS{idVendor}=="21a9", ATTRS{idProduct}=="1006", ENV{ID_SIGROK}="1"

# Siglent USBTMC devices.
# f4ec:ee3a: E.g. SDS1052DL+ scope
# f4ec:ee38: E.g. SDS1104X-E scope
# f4ec:ee38: E.g. SDS1104X-E scope or SDM3055 Multimeter
# f4ed:ee3a: E.g. SDS1202X-E scope or SDG1010 waveform generator
ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee38", ENV{ID_SIGROK}="1"
ATTRS{idVendor}=="f4ec", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"
ATTRS{idVendor}=="f4ed", ATTRS{idProduct}=="ee3a", ENV{ID_SIGROK}="1"

Expand Down

0 comments on commit 5ab4f63

Please sign in to comment.