mirror of
https://github.com/nfc-tools/libnfc.git
synced 2025-12-23 18:50:05 +00:00
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 "/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