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
2012-03-14
Soft buttons are only available on clickpad devices, disable them otherwise.
Peter Hutterer
2012-03-14
Ignore motion during touch count changes on semi-mt devices
Chase Douglas
2012-03-14
Add soft button areas property
Chase Douglas
2012-03-14
Calculate touch data for semi-mt devices, but don't send touch events
Chase Douglas
2012-03-14
Disable scrolling when beginning a clickpad press
Chase Douglas
2012-03-14
Enable clickpad click and drag with two fingers
Chase Douglas
2012-03-14
Guess the number of clickpad ClickFingers based on finger distance
Peter Hutterer
2012-03-14
Disable middle mouse button emulation on clickpads
Peter Hutterer
2012-03-14
Add clickpad device property
Chase Douglas
2012-03-14
Add a BTN_EMULATED_FLAG to mark emulated buttons on clickfingers
Peter Hutterer
2012-03-14
Only handle ClickFingers on left button press events
Peter Hutterer
2012-03-14
Add an old_hw_state field to remember the last values
Peter Hutterer
2012-03-14
Move resetting hw state to separate function.
Peter Hutterer
2012-03-14
Move filtering into a separate function
Peter Hutterer
2012-03-14
If the middle button timeout is 0, don't even attempt to emulate.
Peter Hutterer
2012-03-13
Don't use linear regression when calculating touchpad motion deltas
Chase Douglas
2012-03-09
Fix horiz/vert scroll delta mixup
Peter Hutterer
2012-03-05
Implement a workaround for Elantech touchpads
Peter Zotov
2012-03-05
Fix scoll increment for non-smooth scrolling (#46617)
Peter Hutterer
2012-02-23
Update touch state when device is off too
Chase Douglas
2012-02-21
Revert "Don't store fake events in the motion history"
Peter Hutterer
2012-02-11
Filter touch events if two-finger scrolling is enabled
Chase Douglas
2012-02-11
Filter touch events if tap actions are enabled
Chase Douglas
2012-02-11
Filter touch events if click actions are enabled
Chase Douglas
2012-02-11
Move X touch event processing into synaptics.c
Chase Douglas
2012-02-11
Add open_slots array to SynapticsPrivate
Chase Douglas
2012-02-11
Add touch valuator mask to hw state structure
Chase Douglas
2012-02-11
Rename num_touches to max_touches
Chase Douglas
2012-02-10
Introduce SynapticsCopyHwState function
Chase Douglas
2012-02-10
Allocate priv->hwState
Chase Douglas
2012-02-10
Allocate SynapticsPrivate.comm->hwState
Chase Douglas
2012-02-10
Allocate SynapticsHwStruct for local function use
Chase Douglas
2012-02-09
Revert "Replace the motion estimator"
Chase Douglas
2012-02-07
Submit the right number of MT axes
Peter Hutterer
2012-02-06
Only move the cursor when one touch is on a touchpad
Chase Douglas
2012-02-06
Ensure delta computation does not go crazy
Chase Douglas
2012-02-06
Remove compiler warning: unused variable "atom"
Peter Hutterer
2012-01-26
Add touch device class support
Chase Douglas
2012-01-26
Allocate axis labels array dynamically
Chase Douglas
2012-01-04
Remove unused variable 'thr'
Peter Hutterer
2011-12-01
If protocol is auto-dev and the device path is set, unset the protocol
Peter Hutterer
2011-12-01
Return true/false from SetDeviceAndProtocol
Peter Hutterer
2011-10-24
Use the scroll distances as increment for scrolling valuator axes
Peter Hutterer
2011-10-24
Scroll: Initial smooth scrolling support
Daniel Stone
2011-10-18
Fix compiler warning - unused variable 'para'
Peter Hutterer
2011-10-18
Scroll: Prepare ScrollData for smooth scrolling
Daniel Stone
2011-10-18
Adjust acceleration scheme for input ABI v14
Daniel Stone
2011-08-29
The correct maximum values for pressure and finger width
Alexandr Shadchin
2011-08-29
On/Off hooks to return boolean so we can bail out of the caller
Alexandr Shadchin
2011-08-25
Fix compiler warning: unused variable "wakupTime"
Peter Hutterer
[next]