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
/
synaptics.c
Age
Commit message (
Expand
)
Author
2008-06-06
Start reorganizing the source tree
Christoph Brill
2007-07-06
Implement "corner coasting".
Joseph P. Skudlarek
2007-05-17
Add a timeout to locked drags.
Florian Loitsch
2007-05-17
Allow to easily switch between move and scroll.
Florian Loitsch
2007-05-17
On Linux 2.6, the evdev interface provides support for requesting the
Matthew Garrett
2007-04-11
Add a config option to prevent the driver from grabbing the event
Peter Osterlund
2007-01-29
Made the TrackstickSpeed option give the same speed independently of
Peter Osterlund
2007-01-28
Rename the TrackstickAccelFactor option to TrackstickSpeed.
Peter Osterlund
2007-01-28
Small cleanup in trackstick functionality.
Peter Osterlund
2007-01-28
Fix whitespace in trackstick patches.
Peter Osterlund
2007-01-17
re-add instant movement detection
Christian Thaeter
2006-12-25
removed exp_accl
Christian Thaeter
2006-12-25
merged first trackstick patch
Christian Thaeter
2006-12-17
Fix to make the driver work on newest xorg GIT.
Jesper Smith
2006-12-17
Implement 2-finger emulation for ALPS touchpads.
Ingmar Ellenberger
2006-09-25
Implement a SQR macro to simplify the code.
Peter Osterlund
2006-07-15
Trivial whitespace changes.
Peter Osterlund
2006-07-07
Fix compile errors when using Xorg 7.1.
Peter Osterlund
2006-05-07
Add new parameter "SingleTapTimeout".
Vaclav Kadlcik
2006-04-17
Create a helper function to set a floating point option value.
Peter Osterlund
2006-04-17
There is no need to fix up invalid circular trigger values. It is OK
Peter Osterlund
2006-04-16
Use a helper variable in the option parsing code.
Peter Osterlund
2006-04-09
Implemented two-finger vertical and horizontal scrolling.
Peter Osterlund
2006-04-09
Whitespace cleanup.
Peter Osterlund
2006-04-09
Implemented pressure dependent motion speed. Patch from
Peter Osterlund
2006-04-09
Vertical/horizontal scrolling was incorrectly stopped then
Peter Osterlund
2006-04-09
Included driver version number in the shared memory
Peter Osterlund
2006-04-09
Make the device name change code handle more cases. Patch
Peter Osterlund
2006-04-09
Fixed some long vs int inconsistencies to make the driver
Peter Osterlund
2006-04-09
The touchpad stopped working if you did:
Peter Osterlund
2006-04-09
Implemented new driver options LeftRightScrolling,
Peter Osterlund
2006-04-09
In the DeviceOn() function, if opening the device node
Peter Osterlund
2006-04-09
Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead always
Peter Osterlund
2006-04-09
Removed trailing whitespace.
Peter Osterlund
2006-04-09
Ignore the finger count from synaptics touchpads if the
Peter Osterlund
2006-04-09
Fixed spelling errors.
Peter Osterlund
2006-04-09
When coasting starts, take the partial scroll step from the
Peter Osterlund
2006-04-09
Implemented coasting, ie the ability to automatically
Peter Osterlund
2006-04-09
Made QueryHardware() static.
Peter Osterlund
2006-04-09
Cosmetic changes.
Peter Osterlund
2006-04-09
Fixed off-by-one error (see also change
Peter Osterlund
2006-04-09
Fixed a bug that made it possible to lock up the X server by
Peter Osterlund
2006-04-09
Always update the move_hist[] buffer when a finger is on the
Peter Osterlund
2006-04-09
Changed default values corresponding to change
Peter Osterlund
2006-04-09
Fixed off-by-one error in the pointer motion dx/dy
Peter Osterlund
2006-04-09
Rearranged code in HandleScrolling() to make it slightly
Peter Osterlund
2006-04-09
Made it possible to use horizontal circular scrolling by
Peter Osterlund
2006-04-09
Better noise reduction in the x/y delta estimates used for
Peter Osterlund
2006-04-09
Improved edge motion behavior. The speed no longer depends
Peter Osterlund
2006-04-09
Fixed inconsistent code formatting.
Peter Osterlund
[next]