contrib: move udev and devd files into contrib/
This commit is contained in:
parent
1e66caecd6
commit
2ac8df2b28
7 changed files with 11 additions and 4 deletions
2
contrib/devd/Makefile.am
Normal file
2
contrib/devd/Makefile.am
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
EXTRA_DIST = \
|
||||
pn53x.conf
|
||||
36
contrib/devd/pn53x.conf
Normal file
36
contrib/devd/pn53x.conf
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
# FreeBSD devd(8) rules for PN531 & PN533 devices.
|
||||
|
||||
attach 110 {
|
||||
match "vendor" "0x04cc";
|
||||
match "product" "(0x0531|0x2533)";
|
||||
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||
action "/bin/chmod g+rw /dev/$device-name";
|
||||
};
|
||||
|
||||
attach 110 {
|
||||
match "vendor" "0x04e6";
|
||||
match "product" "0x5591";
|
||||
action "/usr/bin/chgrp nfc /dev/$device-name";
|
||||
action "/bin/chmod g+rw /dev/$device-name";
|
||||
};
|
||||
|
||||
attach 110 {
|
||||
match "vendor" "0x054c";
|
||||
match "product" "0x0193";
|
||||
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";
|
||||
};
|
||||
|
||||
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
Add a link
Reference in a new issue