Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
Last active December 24, 2020 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save earthmeLon/fd751091589bc64719350d5f0d97974a to your computer and use it in GitHub Desktop.
Save earthmeLon/fd751091589bc64719350d5f0d97974a to your computer and use it in GitHub Desktop.
udev rules for FXPak
# /etc/udev/rules.d/70-fxpak.rules
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="5a22", MODE="0666"
@earthmeLon
Copy link
Author

sudo udevadm hwdb --update && sudo udevadm trigger after creating the file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment