Skip to content

Commit

Permalink
Fix udev rules
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Nov 7, 2021
1 parent 77af545 commit c6a73a9
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pslab/99-pslab.rules
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
ACTION!="add", SUBSYSTEM!="tty", GOTO="pslab_rules_end"

ATTR{idVendor}=="04d8", ATTRS{idProduct}=="00df", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTR{idVendor}=="04d8", ATTRS{idProduct}=="00df", MODE="666"

ATTR{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_MM_DEVICE_IGNORE}="1"
ATTR{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="666"

LABEL="pslab_rules_end"
# PSLab v5
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="00df", MODE="666"
# PSLab v6
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="666"

0 comments on commit c6a73a9

Please sign in to comment.