summaryrefslogtreecommitdiff
path: root/fdi
AgeCommit message (Collapse)Author
2010-04-16Add 50-synaptics.conf snippet.Peter Hutterer
If the server exports the sysconfigdir variable, install the 50-synaptics.conf snippet in the directory provided. This patch also moves the fdi file from fdi/ into the new conf/ subdir to have a single location for all config files. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2008-12-20FDI: Add few examples suggested by Christian Schmitt <chris@ilovelinux.de>Christoph Brill
Signed-off-by: Christoph Brill <egore911@egore911.de>
2008-12-04fdi: only match on input.touchpad, not on various product names.Peter Hutterer
We can deal with anything that has absolute x/y and pressure or touch. So don't bother with various product names. If a touchpad doesn't work, fix it then. Suggested by Vojtech Pavlik. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> Signed-off-by: Christoph Brill <egore911@egore911.de> Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2008-11-24fdi: make use of hal's contains_outof matcher to reduce duplication.Peter Hutterer
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> Signed-off-by: Christoph Brill <egore911@egore911.de>
2008-09-17Revert "Add sensible fdi default for bcm5974"Henrik Rydberg
The new auto-scale and capability detection renders these defaults unnecessary. This reverts commit fd3517b14d09cc3b6625252f8fd94c863f1c9810. Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
2008-09-10Add sensible fdi default for bcm5974Henrik Rydberg
The size and motion style of the bcm5974 trackpad does not work very well with the default settings in src/synaptics.c. This patch adds a well-tested set of default values, which will give a pleasant out-of-the-box experience for Xorg-1.5. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2008-09-07Add bcm5974 to fdi/11-x11-synaptics.fdiHenrik Rydberg
By adding bcm5974 to the HAL layer, the synaptics driver will be loaded by default for the new bcm5974-based Apple macbooks Pro Penryn and Air. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
2008-09-07Add a note on how to pass options to the driver using the fdi fileChristoph Brill
2008-08-21Add support for Apple touchpads to the fdi fileChristian Schmitt
Apple identifies their touchpads as "appletouch"
2008-08-14Add .fdi file from gentoo (also used by pld)Christoph Brill
This file causes devices having the capability "input.touchpad" to use our driver if they were made by Synaptics or ALPS. This file might need additions for other devices (i.e. I don't think Apple hardware is covered by this file). Note: This file is not installed by default. Distributions are free to install it or leave it.