This commit is contained in:
=
2026-05-18 16:05:11 -04:00
commit c61fe1a5c4
13 changed files with 582 additions and 0 deletions

9
udev/99-patlite.rules Normal file
View 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"