Python interface to control Blinkstick devices connected to computer. https://pypi.org/project/BlinkStick/
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
# 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";
|
|
};
|
|
|