aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-blinkstick/files/blinkstick-devices.conf
blob: 5bce2267dc6175b605f7b00d10ecebaa73d2021d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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";
};