Skip to content

Commit

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

LABEL="u2f_end"

Expand Down

0 comments on commit da91e37

Please sign in to comment.