Age | Commit message (Collapse) | Author |
|
Signed-off-by: Christoph Brill <egore911@egore911.de>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
|
|
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Christoph Brill <egore911@egore911.de>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
|
|
Missing from 851097c45f02f2a033975cd3b2ed9490a4aa87bd. Don't install header
files in <prefix>/include, install them in <prefix>/include/xorg instead.
|
|
|
|
|
|
Exposes the SHMConfig parameters through device properties and allows run-time
changes to those properties.
Not exposed yet are floating point values:
min_speed, max_speed, accl, trackstick_speed (SYNAPTICS_PROP_SPEED)
scroll_dist_circ (SYNAPTICS_PROP_CIRCULAR_SCROLLING_DIST)
coasting_speed (SYNAPTICS_PROP_COASTING_SPEED)
press_motion_min_factor, press_motion_max_factor (SYNAPTICS_PROP_PRESSURE_MOTION_FACTOR)
|
|
The new directory "include" was not packaged into the tarball. This makes "make
distcheck" work again.
|
|
This just separates driver-internal stuff (synapticsstr.h) from external
stuff used for the SHM config.
|