use defined hexdump istead of rfid_hexdump
[librfid] / etc / udev / librfid.rules
1 # This file is part of the librfid distribution
2 #
3 # udev rules file for supported readers
4 #
5 #
6
7 ACTION!="add", GOTO="librfid_rules_end"
8 SUBSYSTEM!="usb", GOTO="librfid_rules_end"
9
10 # Omnikey 5121
11 ATTRS{idVendor}=="076b", ATTRS{idProduct}=="5121", MODE="664", GROUP="plugdev"
12
13 # Omnikey 5321
14 ATTRS{idVendor}=="076b", ATTRS{idProduct}=="5321", MODE="664", GROUP="plugdev"
15
16 # OpenPCD
17 ATTRS{idVendor}=="16c0", ATTRS{idProduct}=="076b", MODE="664", GROUP="plugdev"
18
19 LABEL="librfid_rules_end"