You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
SomberNight 600b26eed6
hardware wallets: pull udev rules into our repository
5 years ago
..
20-hw1.rules hardware wallets: pull udev rules into our repository 5 years ago
51-coinkite.rules hardware wallets: pull udev rules into our repository 5 years ago
51-hid-digitalbitbox.rules hardware wallets: pull udev rules into our repository 5 years ago
51-safe-t.rules hardware wallets: pull udev rules into our repository 5 years ago
51-trezor.rules hardware wallets: pull udev rules into our repository 5 years ago
51-usb-keepkey.rules hardware wallets: pull udev rules into our repository 5 years ago
52-hid-digitalbitbox.rules hardware wallets: pull udev rules into our repository 5 years ago
README.md hardware wallets: pull udev rules into our repository 5 years ago

README.md

udev rules

This directory contains all of the udev rules for the supported devices as retrieved from vendor websites and repositories. These are necessary for the devices to be usable on Linux environments.

Usage

Apply these rules by copying them to /etc/udev/rules.d/ and notifying udevadm. Your user will need to be added to the plugdev group, which needs to be created if it does not already exist.

$ sudo groupadd plugdev
$ sudo usermod -aG plugdev $(whoami)
$ sudo cp contrib/udev/*.rules /etc/udev/rules.d/
$ sudo udevadm control --reload-rules && sudo udevadm trigger