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
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
2006-04-09
Better fix for the crash fixed in change
Peter Osterlund
2006-04-09
Made it possible to disable tapping without disabling mouse
Peter Osterlund
2006-04-09
Support up to 12 (virtual) mouse buttons.
Peter Osterlund
2006-04-09
Better palm detection options. Also reverts change
Peter Osterlund
2006-04-09
Added FastTaps option to make the driver react faster to
Peter Osterlund
2006-04-09
Added an option to disable the palm detection heuristics.
Peter Osterlund
2006-04-09
Fixed some problems with ALPS guest devices.
Peter Osterlund
2006-04-09
Whitespace fixes.
Peter Osterlund
2006-04-09
The GuestMouseOff parameter now also disables the guest
Peter Osterlund
2006-04-09
The SynapticsPreInit() function shouldn't call
Peter Osterlund
2006-04-09
Fixed another X server crash caused by forgetting to remove
Peter Osterlund
2006-04-09
Removed duplicated function declaration.
Peter Osterlund
2006-04-09
Don't remove the shared memory segment when DEVICE_CLOSE is
Peter Osterlund
2006-04-09
Added support for circular touchpads. Based on a patch from
Peter Osterlund
2006-04-09
Added two parameters.
Peter Osterlund
2006-04-09
Fixed handling of the repeater device.
Peter Osterlund
2006-04-09
Small cleanup.
Peter Osterlund
2006-04-09
Made double clicks faster, so that they work in xmms and the
Peter Osterlund
2006-04-09
Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 that broke
Peter Osterlund
2006-04-09
Added a "GuestMouseOff" parameter to disable the pass
Peter Osterlund
2006-04-09
Added (untested) support for ALPS touchpads using the 2.4
Peter Osterlund
2006-04-09
Removed repeater from the shared memory segment. It's not
Peter Osterlund
2006-04-09
Fixed inconsistent function name.
Peter Osterlund
2006-04-09
Don't call PS2QueryHardware() from PSMReadHwState().
Peter Osterlund
2006-04-09
Added (untested) support for the FreeBSD psm mouse driver.
Peter Osterlund
2006-04-09
Moved the CommData struct from synaptics.h to synproto.h so
Peter Osterlund
2006-04-09
Don't call ps2comm functions directly from synaptics.c.
Peter Osterlund
2006-04-09
Moved autodev handling to the protocol specific files.
Peter Osterlund
2006-04-09
Don't send the whole SynapticsPrivate struct to the
Peter Osterlund
[next]