mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-13 11:03:48 +00:00
Add FreeBSD devd(8) snippet configuration for Sony S330 readers.
This commit is contained in:
@@ -27,3 +27,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" "0x054c";
|
||||||
|
match "product" "0x02e1";
|
||||||
|
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||||
|
action "/bin/chmod g+rw /dev/$device-name";
|
||||||
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user