Skip to content

Instantly share code, notes, and snippets.

@danieltdt
Created April 5, 2020 14:52
Show Gist options
  • Save danieltdt/e6670f538710a3e83660b957bfaadd63 to your computer and use it in GitHub Desktop.
Save danieltdt/e6670f538710a3e83660b957bfaadd63 to your computer and use it in GitHub Desktop.
ArchLinux gamepad kernel modules
# at /etc/modules-load.d/joystick.conf
# Read more at
# https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Documentation/input/joydev/joystick.rst
# https://wiki.archlinux.org/index.php/Gamepad#Joystick_input_systems
# Enable joystick drivers interface
joydev
# Enable gameport joysticks
ns558
# Enable xbox 360 controllers
xpad
# For old joysticks
#serport
analog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment