# 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";
};