]> sigrok.org Git - libsigrok.git/commitdiff
udev rules: Add Logian-16L devices
authorSoeren Apel <redacted>
Tue, 13 Aug 2024 21:24:36 +0000 (23:24 +0200)
committerSoeren Apel <redacted>
Tue, 13 Aug 2024 21:24:36 +0000 (23:24 +0200)
contrib/60-libsigrok.rules

index 29b935f70ca9b36417f7c2a15ec5363334dc53b0..716178039b0c66e01adb70d3175ddb94f4b62626 100644 (file)
@@ -362,6 +362,8 @@ ATTRS{idVendor}=="d4a2", ATTRS{idProduct}=="5660", ENV{ID_SIGROK}="1"
 # 0c12:700e: LAP-C(16032)
 # 0c12:7016: LAP-C(162000)
 # 0c12:7025: LAP-C(16128+)
+# 0c12:7060: Logian-16L
+# 0c12:7064: Logian-16L
 # 0c12:7100: AKIP-9101
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7002", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7007", ENV{ID_SIGROK}="1"
@@ -373,6 +375,8 @@ ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700d", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="700e", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7016", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7025", ENV{ID_SIGROK}="1"
+ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7060", ENV{ID_SIGROK}="1"
+ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7064", ENV{ID_SIGROK}="1"
 ATTRS{idVendor}=="0c12", ATTRS{idProduct}=="7100", ENV{ID_SIGROK}="1"
 
 LABEL="libsigrok_rules_end"