Add FreeBSD devd(8) snippet configuration for Sony S330 readers.
This commit is contained in:
parent
91c46050c0
commit
bf5b97f86a
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue