summaryrefslogtreecommitdiffstats
path: root/01-toprammer-udev.rules
blob: e72d9ac78550656282132e3cb14bf528719788e9 (plain)
1
2
3
4
5
6
# All users in the group 'plugdev' have access to TOP devices.

# TOP2049
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="2471", ATTR{idProduct}=="0853", MODE="660", GROUP="plugdev"
# TOP853
SUBSYSTEM=="usb", ACTION=="add", ATTR{idVendor}=="2472", ATTR{idProduct}=="0103", MODE="660", GROUP="plugdev"
bues.ch cgit interface