aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjans23 <jans23@users.noreply.github.com>2019-10-11 15:49:55 +0200
committerGitHub <noreply@github.com>2019-10-11 15:49:55 +0200
commit5640f3c665a2ae599eeb22705774a49fa7bf37a8 (patch)
tree1b4e9be277cd8de744f40a9e384d9c8a84dd9903
parent28832f06f22a8e24aab4079f1f33159547704ae3 (diff)
downloadlibnitrokey-5640f3c665a2ae599eeb22705774a49fa7bf37a8.tar.gz
libnitrokey-5640f3c665a2ae599eeb22705774a49fa7bf37a8.tar.bz2
UDEV rule for FIDO2
-rw-r--r--data/41-nitrokey.rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/41-nitrokey.rules b/data/41-nitrokey.rules
index 0099edf..52074c3 100644
--- a/data/41-nitrokey.rules
+++ b/data/41-nitrokey.rules
@@ -29,6 +29,9 @@ ACTION!="add|change", GOTO="u2f_end"
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="2581", ATTRS{idProduct}=="f1d0", TAG+="uaccess"
# Nitrokey FIDO U2F
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="4287", TAG+="uaccess"
+# Nitrokey FIDO2
+KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="42b1", TAG+="uaccess"
+
LABEL="u2f_end"