14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
# 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"
|