ports/sysutils/py-blinkstick/files/blinkstick-devices.conf
Nicola Vitale b6998fd13c
sysutils/py-blinkstick: Add new port
Python interface to control Blinkstick devices connected to computer.

https://pypi.org/project/BlinkStick/
2024-02-11 18:29:41 +01:00

13 lines
336 B
Text

# devd configuration for Blinkstick devices
#
# users must be added to the operator group
notify 8352 {
match "system" "USB";
match "subsystem" "DEVICE";
match "type" "ATTACH";
match "vendor" "0x20a0";
match "product" "0x41e5";
action "chgrp operator /dev/$cdev; chmod 660 /dev/$cdev";
};