summaryrefslogtreecommitdiff
path: root/devel/py-python-velbustcp/files/velbustcpd-devd.conf
blob: e7843b9c2a73567f14b65f03328d2c0ef467f43d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# Example devd configuration file for velbus usb interface
# Uncomment the notify rule below to enable.
# vendor/product id to be adjusted, probe with usbconfig for the correct ids
#notify 100 {
#       match "system"          "USB";
#       match "subsystem"       "INTERFACE";
#       match "type"            "ATTACH";
#       match "vendor" "0x1209";
#       match "product" "0xc0ca";
#       action "chown velbustcpd:wheel /dev/$cdev";
#};