Last active
January 2, 2020 14:53
-
-
Save Magicking/b34b50276e252fb152983d49e9a3a941 to your computer and use it in GitHub Desktop.
Udev rules for KeepKey
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Udev rules for the KeepKey HSM | |
# | |
# This file must be placed at: | |
# | |
# /etc/udev/rules.d/98-keep-key.rules (preferred location) | |
# | |
# To install, type this command in a terminal: | |
# sudo cp 98-keep-key.rules /etc/udev/rules.d/98-keep-key.rules | |
# | |
# After this file is installed, physically unplug and reconnect the | |
# KeepKey device. | |
# | |
SUBSYSTEMS=="usb" ATTRS{idVendor}=="2b24" ATTRS{idProduct}=="0001" MODE:="0660" GROUP:="input" | |
SUBSYSTEMS=="usb" ATTRS{idVendor}=="2b24" ATTRS{idProduct}=="0002" MODE:="0660" GROUP:="input" | |
# HIDAPI/hidraw: | |
KERNEL=="hidraw*", ATTRS{idVendor}=="2b24" ATTRS{idProduct}=="0001" MODE="0660" GROUP="input" | |
KERNEL=="hidraw*", ATTRS{idVendor}=="2b24" ATTRS{idProduct}=="0002" MODE="0660" GROUP="input" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to be in the
input
group, you can check with thegroups
command.You can add yourself to the group using the command below: