udev: use 'plugdev' group rather than 'users' group

In more recent GNU/Linux distributions, plugdev is the group used
for USB hot-plugged devices, and there is no real 'users' group
shared by all users anymore.
This commit is contained in:
Harald Welte 2010-05-05 11:16:06 +02:00
parent 5f5de66d10
commit 923c5f9db6
1 changed files with 2 additions and 2 deletions

View File

@ -8,9 +8,9 @@ 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"
SYSFS{idVendor}=="076b", SYSFS{idProduct}=="5121", MODE="664", GROUP="plugdev"
# OpenPCD
SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="076b", MODE="664", GROUP="users"
SYSFS{idVendor}=="16c0", SYSFS{idProduct}=="076b", MODE="664", GROUP="plugdev"
LABEL="librfid_rules_end"