Update devd(8) rules file for FreeBSD.
This commit is contained in:
parent
d2192fb850
commit
b9dee63467
1 changed files with 7 additions and 0 deletions
|
@ -20,3 +20,10 @@ attach 110 {
|
||||||
action "/usr/bin/chgrp nfc /dev/$device-name";
|
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||||
action "/bin/chmod g+rw /dev/$device-name";
|
action "/bin/chmod g+rw /dev/$device-name";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
attach 110 {
|
||||||
|
match "vendor" "0x1fd3";
|
||||||
|
match "product" "0x0608";
|
||||||
|
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||||
|
action "/bin/chmod g+rw /dev/$device-name";
|
||||||
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue