Skip to content
This repository has been archived by the owner on Oct 14, 2020. It is now read-only.

Commit

Permalink
changing udev rule to use TAG+="uaccess" instead
Browse files Browse the repository at this point in the history
reports (and testing) indicates that ID_SECURITY_TOKEN did not work on
ubuntu 14.04 while uaccess works.
  • Loading branch information
klali committed Oct 29, 2014
1 parent 4fe109f commit 4a1ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 70-u2f.rules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ACTION!="add|change", GOTO="u2f_end"

KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120", ENV{ID_SECURITY_TOKEN}="1"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120", TAG+="uaccess"

LABEL="u2f_end"

0 comments on commit 4a1ae95

Please # to comment.