Skip to content

Instantly share code, notes, and snippets.

@rowland007
Created December 29, 2017 15:12
Show Gist options
  • Save rowland007/5e31ec0650d26a9af089995d991f7655 to your computer and use it in GitHub Desktop.
Save rowland007/5e31ec0650d26a9af089995d991f7655 to your computer and use it in GitHub Desktop.
Linux udev rules for the KeepKey bitcoin wallet
# KeepKey: A Private Bitcoin Vault
# http://www.keepkey.com/
# Put this file into /usr/lib/udev/rules.d or /etc/udev/rules.d
SUBSYSTEM=="usb", ATTR{idVendor}=="2b24", ATTR{idProduct}=="0001", MODE="0666", GROUP="dialout", SYMLINK+="keepkey%n"
KERNEL=="hidraw*", ATTRS{idVendor}=="2b24", ATTRS{idProduct}=="0001", MODE="0666", GROUP="dialout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment