summaryrefslogtreecommitdiff
path: root/testing/xf86-input-joystick/50-joystick.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xf86-input-joystick/50-joystick.conf')
-rw-r--r--testing/xf86-input-joystick/50-joystick.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/xf86-input-joystick/50-joystick.conf b/testing/xf86-input-joystick/50-joystick.conf
new file mode 100644
index 000000000..95a295ab0
--- /dev/null
+++ b/testing/xf86-input-joystick/50-joystick.conf
@@ -0,0 +1,6 @@
+Section "InputClass"
+ Identifier "joystick catchall"
+ MatchIsJoystick "on"
+ MatchDevicePath "/dev/input/event*"
+ Driver "joystick"
+EndSection