aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Benjamin Pereto <benjamin.pereto@gmail.com>2015-01-03 16:46:23 +0100
committerGravatar Christian Hesse <mail@eworm.de>2015-01-04 16:52:16 +0100
commit53e13de68ac9294325554ba8650e7f3655cd6361 (patch)
tree34cab9d5a0b0c70e67843500d9d784200ba21ef2
parent1feb6f5598944e9d133631de7f9e908f179c740b (diff)
downloadmkinitcpio-ykfde-53e13de68ac9294325554ba8650e7f3655cd6361.tar.gz
mkinitcpio-ykfde-53e13de68ac9294325554ba8650e7f3655cd6361.tar.zst
aded more IDs to udev-rule
It exists new versions of yubikey, add support
-rw-r--r--udev/20-ykfde.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/20-ykfde.rules b/udev/20-ykfde.rules
index 641192b..5b6fbc8 100644
--- a/udev/20-ykfde.rules
+++ b/udev/20-ykfde.rules
@@ -1,5 +1,5 @@
# do challenge response with Yubikey II and try to answer
# password agent
ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", \
- ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111", \
+ ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111|0114|0116|0401|0403|0405|0407|0410", \
RUN+="/usr/lib/udev/ykfde"