Update devd(8) rules file for FreeBSD.
This commit is contained in:
parent
d2192fb850
commit
b9dee63467
@ -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…
x
Reference in New Issue
Block a user