Skip to content

Instantly share code, notes, and snippets.

@edrzmr
Last active December 24, 2023 07:19
Show Gist options
  • Save edrzmr/f06570a2ef927f949f4d771e6e4923d1 to your computer and use it in GitHub Desktop.
Save edrzmr/f06570a2ef927f949f4d771e6e4923d1 to your computer and use it in GitHub Desktop.
lemokey l3 udev rule (fedora)
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