You've already forked pidcodes.github.com
mirror of
https://github.com/solokeys/pidcodes.github.com.git
synced 2026-03-11 17:14:52 -07:00
9 lines
341 B
Plaintext
9 lines
341 B
Plaintext
# this udev file should be used with udev 188 and newer
|
|
ACTION!="add|change", GOTO="u2f_end"
|
|
|
|
# Key-ID FIDO U2F
|
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="b000", TAG+="uaccess"
|
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="1fc9", ATTRS{idProduct}=="0021", TAG+="uaccess"
|
|
|
|
LABEL="u2f_end"
|