blob: 52942c41185d6cae860e580d962c5046e2fc2dc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# 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"
# OpenPCD
SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="076b", MODE="664", GROUP="users"
LABEL="librfid_rules_end"
|