]> sigrok.org Git - libsigrok.git/commitdiff
contrib: add udev rule for Keysight USBTMC
authorGerhard Sittig <redacted>
Thu, 20 May 2021 18:53:14 +0000 (20:53 +0200)
committerGerhard Sittig <redacted>
Sat, 22 May 2021 06:35:11 +0000 (08:35 +0200)
Add the USB identification of a Keysight 34465A digital multimeter.

contrib/60-libsigrok.rules

index b2d8d60826959ca70797528ddbe9f203ec6eff63..38d9817c5e5e672176bcf695306a2734fb451f6c 100644 (file)
@@ -167,6 +167,10 @@ ATTRS{idVendor}=="0403", ATTRS{idProduct}=="8a98", ENV{ID_SIGROK}="1"
 # Kecheng KC-330B
 ATTRS{idVendor}=="1041", ATTRS{idProduct}=="8101", ENV{ID_SIGROK}="1"
 
+# Keysight USBTMC-connected devices
+# 34465A
+ATTRS{idVendor}=="2a8d", ATTRS{idProduct}=="0101", ENV{ID_SIGROK}="1"
+
 # Kingst LA2016
 ATTRS{idVendor}=="77a1", ATTRS{idProduct}=="01a2", ENV{ID_SIGROK}="1"