12 lines
444 B
Plaintext
12 lines
444 B
Plaintext
# 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";
|
|
#};
|