udev rules for various devices I use.

This commit is contained in:
David Tomaschik
2018-02-10 15:07:28 -08:00
parent f355fe84d2
commit 58f63a17dc
8 changed files with 77 additions and 0 deletions

6
udev/70-u2f.rules Normal file
View File

@@ -0,0 +1,6 @@
# this udev file should be used with udev 188 and newer
ACTION!="add|change", GOTO="u2f_end"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1050", ATTRS{idProduct}=="0113|0114|0115|0116|0120|0402|0403|0406|0407|0410", TAG+="uaccess"
LABEL="u2f_end"