summaryrefslogtreecommitdiff
path: root/fdi
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-09-07 11:21:15 +0200
committerChristoph Brill <egore911@egore911.de>2008-09-07 11:29:52 +0200
commit0dc4a2caacda329aca7ebc81d92c37527f4c630b (patch)
tree77e5cc44f82cbe7b24dc15efdc60f72fa07c3cf2 /fdi
parente72df4210183d67d7ead1c514aac1c816bdd4821 (diff)
Add a note on how to pass options to the driver using the fdi file
Diffstat (limited to 'fdi')
-rw-r--r--fdi/11-x11-synaptics.fdi5
1 files changed, 5 insertions, 0 deletions
diff --git a/fdi/11-x11-synaptics.fdi b/fdi/11-x11-synaptics.fdi
index 2f0ace4..8c7ca40 100644
--- a/fdi/11-x11-synaptics.fdi
+++ b/fdi/11-x11-synaptics.fdi
@@ -4,6 +4,11 @@
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
+ <!-- Arbitrary options can be passed to the driver using
+ the input.x11_options property since xorg-server-1.5. -->
+ <!-- EXAMPLE:
+ <merge key="input.x11_options.LeftEdge" type="string">120</merge>
+ -->
</match>
<match key="info.product" contains="AlpsPS/2 ALPS">
<merge key="input.x11_driver" type="string">synaptics</merge>