aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hal-config-examples/use-mouse-driver.fdi')
-rw-r--r--hal-config-examples/use-mouse-driver.fdi16
1 files changed, 16 insertions, 0 deletions
diff --git a/hal-config-examples/use-mouse-driver.fdi b/hal-config-examples/use-mouse-driver.fdi
new file mode 100644
index 00000000..08ea1d78
--- /dev/null
+++ b/hal-config-examples/use-mouse-driver.fdi
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+NOTE: This should only be used if you are unable to get your mouse to work by
+any other means
+-->
+
+<!--
+Section "InputDevice"
+ Driver "mouse"
+EndSection
+-->
+<deviceinfo version="0.2">
+ <match key="info.capabilities" contains="input.mouse">
+ <merge key="input.x11_driver" type="string">mouse</merge>
+ </match>
+</deviceinfo>