diff options
-rw-r--r-- | fdi/11-x11-synaptics.fdi | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/fdi/11-x11-synaptics.fdi b/fdi/11-x11-synaptics.fdi index 5614149..4bf9ea0 100644 --- a/fdi/11-x11-synaptics.fdi +++ b/fdi/11-x11-synaptics.fdi @@ -2,14 +2,12 @@ <deviceinfo version="0.2"> <device> <match key="info.capabilities" contains="input.touchpad"> - <match key="info.product" contains_outof="Synaptics TouchPad;AlpsPS/2 ALPS;appletouch;bcm5974"> <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> + <!-- 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> </device> </deviceinfo> |