mirror of
https://git.freebsd.org/ports.git
synced 2025-05-18 10:03:10 -04:00
Python interface to control Blinkstick devices connected to computer. https://pypi.org/project/BlinkStick/
13 lines
336 B
Text
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";
|
|
};
|
|
|