mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
7 lines
262 B
Plaintext
7 lines
262 B
Plaintext
# 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"
|