Skip to content

Commit

Permalink
Add Udev rule for Nitrokey 3 Bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jan 18, 2022
1 parent 7a09991 commit 613b67b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/41-nitrokey.rules
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="20a0", ATTRS{idProduct
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="42b1", TAG+="uaccess"
# Nitrokey 3 NFC
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="42b2", TAG+="uaccess"
# Nitrokey 3 NFC Bootloader
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="20a0", ATTRS{idProduct}=="42dd", TAG+="uaccess"

LABEL="u2f_end"

Expand Down

0 comments on commit 613b67b

Please sign in to comment.