diff options
Diffstat (limited to 'abs/core/xf86-input-joystick/50-joystick.conf')
-rw-r--r-- | abs/core/xf86-input-joystick/50-joystick.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/abs/core/xf86-input-joystick/50-joystick.conf b/abs/core/xf86-input-joystick/50-joystick.conf new file mode 100644 index 0000000..95a295a --- /dev/null +++ b/abs/core/xf86-input-joystick/50-joystick.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "joystick catchall" + MatchIsJoystick "on" + MatchDevicePath "/dev/input/event*" + Driver "joystick" +EndSection |