summaryrefslogtreecommitdiff
path: root/etc/udev/librfid.rules
blob: 71de90226082bbb80e3f165d3a304a8cb51b351b (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="laforge"

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