Last active
December 24, 2020 01:08
-
-
Save earthmeLon/fd751091589bc64719350d5f0d97974a to your computer and use it in GitHub Desktop.
udev rules for FXPak
This file contains 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
# /etc/udev/rules.d/70-fxpak.rules | |
SUBSYSTEMS=="usb", ATTRS{idVendor}=="1209", ATTRS{idProduct}=="5a22", MODE="0666" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo udevadm hwdb --update && sudo udevadm trigger
after creating the file.