summaryrefslogtreecommitdiff
path: root/etc/udev/librfid.rules
blob: a33dace9ab77eb38f217021ea1cbdf369f7c9fbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file is part of the librfid distribution
#
# udev rules file for supported readers
#
#

ACTION!="add", GOTO="librfid_rules_end"
SUBSYSTEM!="usb_device", GOTO="librfid_rules_end"

# Omnikey 5121
SYSFS{idVendor}=="076b", SYSFS{idProduct}=="5121", MODE="664", GROUP="users"

LABEL="librfid_rules_end"
personal git repositories of Harald Welte. Your mileage may vary