Add FreeBSD devd(8) snippet configuration for Sony S330 readers.

This commit is contained in:
Romain Tartiere 2011-06-06 08:46:55 +00:00
parent 91c46050c0
commit bf5b97f86a

View file

@ -27,3 +27,10 @@ attach 110 {
action "/usr/bin/chgrp nfc /dev/$device-name";
action "/bin/chmod g+rw /dev/$device-name";
};
attach 110 {
match "vendor" "0x054c";
match "product" "0x02e1";
action "/usr/bin/chgrp nfc /dev/$device-name";
action "/bin/chmod g+rw /dev/$device-name";
};