10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
# 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"
|