Skip to content

Commit c6a73a9

Browse files
committed
Fix udev rules
1 parent 77af545 commit c6a73a9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

pslab/99-pslab.rules

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
ACTION!="add", SUBSYSTEM!="tty", GOTO="pslab_rules_end"
2-
3-
ATTR{idVendor}=="04d8", ATTRS{idProduct}=="00df", ENV{ID_MM_DEVICE_IGNORE}="1"
4-
ATTR{idVendor}=="04d8", ATTRS{idProduct}=="00df", MODE="666"
5-
6-
ATTR{idVendor}=="10c4", ATTRS{idProduct}=="ea60", ENV{ID_MM_DEVICE_IGNORE}="1"
7-
ATTR{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="666"
8-
9-
LABEL="pslab_rules_end"
1+
# PSLab v5
2+
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="00df", MODE="666"
3+
# PSLab v6
4+
ACTION=="add", SUBSYSTEM=="tty", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="ea60", MODE="666"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy