Age | Commit message (Collapse) | Author |
|
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>
|
|
Signed-off-by: Christoph Brill <egore911@egore911.de>
|
|
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>
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
Signed-off-by: Christoph Brill <egore911@egore911.de>
|
|
The new auto-scale and capability detection renders these defaults unnecessary.
This reverts commit fd3517b14d09cc3b6625252f8fd94c863f1c9810.
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com>
|
|
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>
|
|
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>
|
|
|
|
Apple identifies their touchpads as "appletouch"
|
|
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.
|