mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-18 13:33:48 +00:00
contrib: move udev and devd files into contrib/
This commit is contained in:
17
contrib/udev/42-pn53x.rules
Normal file
17
contrib/udev/42-pn53x.rules
Normal file
@@ -0,0 +1,17 @@
|
||||
# udev rules file for PN531 and PN533 devices (for udev 0.98 version)
|
||||
# to be installed in /etc/udev/rules.d
|
||||
|
||||
SUBSYSTEM!="usb|usb_device", GOTO="pn53x_rules_end"
|
||||
ACTION!="add", GOTO="pn53x_rules_end"
|
||||
|
||||
# PN531
|
||||
ATTRS{idVendor}=="04cc", ATTRS{idProduct}=="0531", MODE="0664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="054c", ATTRS{idProduct}=="0193", MODE="0664", GROUP="plugdev"
|
||||
|
||||
# PN533
|
||||
ATTRS{idVendor}=="04cc", ATTRS{idProduct}=="2533", MODE="0664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="04e6", ATTRS{idProduct}=="5591", MODE="0664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="1fd3", ATTRS{idProduct}=="0608", MODE="0664", GROUP="plugdev"
|
||||
ATTRS{idVendor}=="054c", ATTRS{idProduct}=="02e1", MODE="0664", GROUP="plugdev"
|
||||
|
||||
LABEL="pn53x_rules_end"
|
||||
Reference in New Issue
Block a user