Last active
December 24, 2023 07:19
-
-
Save edrzmr/f06570a2ef927f949f4d771e6e4923d1 to your computer and use it in GitHub Desktop.
lemokey l3 udev rule (fedora)
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
cat << EOF | sudo tee /etc/udev/rules.d/99-lemokey-l3.rules | |
# Lemokey L3 | |
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="362d", ATTRS{idProduct}=="0130", MODE="0660", GROUP="wheel", TAG+="uaccess", TAG+="udev-acl" | |
EOF | |
sudo udevadm control --reload-rules && sudo udevadm trigger |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment