index
:
driver/xf86-input-synaptics
master
obsd
synaptics-1.6-branch
synaptics-1.7-branch
synaptics touchpad input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
synaptics.c
Age
Commit message (
Expand
)
Author
2014-09-17
Prevent two-finger taps from being ignored
Gabriele Mazzotta
2014-04-30
Add support for INPUT_PROP_TOPBUTTONPAD
Hans de Goede
2014-04-23
Always count tripletap + click as 3 fingerclick on pads with < 3 touches
Hans de Goede
2014-03-24
Disable GrabEventDevice by default
Peter Hutterer
2014-03-18
If the touchpad is in TOUCHPAD_OFF mode, allow physical clicks
Peter Hutterer
2014-03-12
Revert "Add another third state to TouchpadOff for disabling all but button c...
Peter Hutterer
2014-03-12
Don't allow any type of movement starting in the top softbutton area
Stephen Chandler Paul
2014-03-12
Replace is_inside_anybutton_area with current_button_area
Stephen Chandler Paul
2014-03-11
Add property support for secondary (top) software buttons
Peter Hutterer
2014-03-11
synaptics: Add support for server managed fds
Hans de Goede
2014-02-26
Wait for *new* coordinates on a clickpad click before reporting the click
Hans de Goede
2014-02-26
Ignore motion the first X ms after a clickpad click
Hans de Goede
2014-02-26
Don't report motion inside soft-button areas
Hans de Goede
2014-02-26
Get rid of old_hw_state
Hans de Goede
2014-02-26
Add an enum for the different soft_button_areas
Hans de Goede
2014-02-24
Add another third state to TouchpadOff for disabling all but button clicks
Peter Hutterer
2014-02-24
Close device if DeviceOnHook fails
Keith Packard
2014-02-21
Add secondary (top) software buttons area
Benjamin Tissoires
2014-02-20
Allow using the entire touchpad for motions started inside the active area
Hans de Goede
2014-02-18
Revert "Drop circular pad support"
Peter Hutterer
2014-01-17
Revert "Purge scrollbuttons (repeat)"
Peter Hutterer
2014-01-07
On clickpads with two touchpoints, try to detect clickfinger 3 actions
Peter Hutterer
2013-11-06
Drop edge speed from get_delta
Peter Hutterer
2013-07-19
Disable driver scaling for input ABI 19.2
Peter Hutterer
2013-05-09
Plug memory leak for priv->touch_axes
Peter Hutterer
2013-05-09
Plug memory leak for option_string
Peter Hutterer
2013-04-26
Fix stack smash in clickpad_guess_clickfingers()
Peter Hutterer
2013-04-05
Allow soft button areas to overlap on the edge
Peter Hutterer
2013-04-05
Improve readability of the soft button areas
Peter Hutterer
2013-01-31
Replace numerical values with an enum for the TouchpadOff prop
Peter Hutterer
2012-12-21
Allow dead areas to update the button state
Peter Hutterer
2012-08-31
Reset num_active_touches on DeviceOff (#52496)
Peter Hutterer
2012-08-01
Decorate the accel log messages with (accel)
Peter Hutterer
2012-06-12
Turn down the default sensitivity for unibody MacBook touchpads
Chase Douglas
2012-06-12
Add MODEL_UNIBODY_MACBOOK touchpad model for bcm5974 devices
Chase Douglas
2012-06-05
Fix indentation for the synaptics protocol ops
Peter Hutterer
2012-05-31
Remove typedefs from all enums
Peter Hutterer
2012-05-31
Remove an unused define for 1/sqrt(2)
Peter Hutterer
2012-05-21
DeviceOn and friends return a status code, not a bool
Peter Hutterer
2012-05-18
Remove absolute mode
Peter Hutterer
2012-05-18
Reset hw->x/y to INT_MIN and skip HandleState until we have x/y events
Peter Hutterer
2012-05-17
Reset open slots array on device disable
Chase Douglas
2012-05-16
Fix coasting for negative ScrollDelta
Chun Yang
2012-05-15
Avoid out-of-bounds access by running num_active_touches < 0 (#49439)
Peter Hutterer
2012-05-11
Fix coasting speed trigger
Peter Hutterer
2012-05-11
Don't check for soft buttons if a button is already down
Peter Hutterer
2012-05-10
Move synaptics.h leftovers to synapticsstr.h, drop synaptics.h
Peter Hutterer
2012-05-10
Require xserver 1.12 and inputproto 2.2
Peter Hutterer
2012-05-10
Update various Red Hat copyrights
Peter Hutterer
2012-05-10
Drop circular pad support
Peter Hutterer
[next]