Skip to content

Commit

Permalink
Simplify udev rules and make them compatible with systemd
Browse files Browse the repository at this point in the history
cyrozap authored and ArcaneNibble committed May 22, 2017
1 parent 1d6ad72 commit a2eb1b6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions contrib/udev.d/50-silego.rules
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0f0f" ATTRS{idProduct}=="0001" MODE:="0666"
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0f0f" ATTRS{idProduct}=="0002" MODE:="0666"
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0f0f" ATTRS{idProduct}=="0003" MODE:="0666"
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0f0f" ATTRS{idProduct}=="0005" MODE:="0666"
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0f0f" ATTRS{idProduct}=="0006" MODE:="0666"
SUBSYSTEMS=="usb" ATTRS{idVendor}=="0f0f" ATTRS{idProduct}=="8006" MODE:="0666"
SUBSYSTEM=="hidraw|usb", ATTRS{idVendor}=="0f0f", ATTRS{idProduct}=="0001|0002|0003|0005|0006|8006", MODE="660", GROUP="plugdev", TAG+="uaccess"

0 comments on commit a2eb1b6

Please sign in to comment.