]> err.no Git - yubikey-personalization/commitdiff
add YubiKey neo product ids to the udev rules scripts
authorKlas Lindfors <klas@yubico.com>
Thu, 17 Jan 2013 08:29:49 +0000 (09:29 +0100)
committerKlas Lindfors <klas@yubico.com>
Thu, 17 Jan 2013 08:29:49 +0000 (09:29 +0100)
resolves #21

69-yubikey.rules
70-yubikey.rules

index c13cd88a32a7f8f7ceefcd1783ba25e1884fef7a..826414e4aa3b8b960ee43204975bfa12580d3a19 100644 (file)
@@ -4,7 +4,7 @@ ACTION!="add|change", GOTO="yubico_end"
 # device node, needed for challenge/response to work correctly.
 
 # Yubico Yubikey II
-ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010", \
+ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111", \
     ENV{ID_SECURITY_TOKEN}="1"
 
 LABEL="yubico_end"
index d4525d360cdb8b0e618f253d60efcf1f8d664748..71564239df66bebc8669f458bea74bf1974843d8 100644 (file)
@@ -3,6 +3,6 @@
 # device node, needed for challenge/response to work correctly.
 
 ACTION=="add|change", SUBSYSTEM=="usb", \
-  ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010", \
+  ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0010|0110|0111", \
   TEST=="/var/run/ConsoleKit/database", \
   RUN+="udev-acl --action=$env{ACTION} --device=$env{DEVNAME}"