Files
patlite-mqtt/udev/99-patlite.rules
2026-05-18 16:05:11 -04:00

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"