summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2015-09-03 18:13:24 +0200
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2015-09-03 18:13:24 +0200
commit385a3d17995dafde4f2b57f8d3a42d4d4782119d (patch)
tree13422e28afbb7e8957ad061c662d159c28a930c4 /udev.rules
parent480288ca001564fa8c9fbdd72be442bbe7ee3d97 (diff)
Now support 'real' relative input devices, introduces 'options', the virtual device name is now prefixed to help matching it with udev.
Diffstat (limited to 'udev.rules')
-rw-r--r--udev.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/udev.rules b/udev.rules
new file mode 100644
index 0000000..7a9b4c6
--- /dev/null
+++ b/udev.rules
@@ -0,0 +1 @@
+SUBSYSTEM=="input", ATTRS{name}=="relabsd:*", ENV{ID_INPUT_JOYSTICK}="1", ENV{ID_CLASS}="joystick"