Inital!
This commit is contained in:
9
udev/99-patlite.rules
Normal file
9
udev/99-patlite.rules
Normal file
@@ -0,0 +1,9 @@
|
||||
# Patlite signal tower — vendor 0x191A, product 0x8003
|
||||
#
|
||||
# Install: ./scripts/install-udev.sh
|
||||
# Then unplug/replug the device (or reboot).
|
||||
#
|
||||
# Members of the "patlite" group may open the device (headless-friendly).
|
||||
# uaccess is included for desktop sessions with logind.
|
||||
|
||||
SUBSYSTEM=="usb", ATTR{idVendor}=="191a", ATTR{idProduct}=="8003", GROUP="patlite", MODE="0660", TAG+="uaccess"
|
||||
Reference in New Issue
Block a user