Update devd(8) rules file for FreeBSD.

This commit is contained in:
Romain Tartiere 2011-02-26 00:19:34 +00:00
parent d2192fb850
commit b9dee63467

View file

@ -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";
};