summaryrefslogtreecommitdiff
path: root/synaptics.c
AgeCommit message (Expand)Author
2006-04-09The touchpad stopped working if you did:Peter Osterlund
2006-04-09Implemented new driver options LeftRightScrolling,Peter Osterlund
2006-04-09In the DeviceOn() function, if opening the device nodePeter Osterlund
2006-04-09Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead alwaysPeter Osterlund
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Ignore the finger count from synaptics touchpads if thePeter Osterlund
2006-04-09Fixed spelling errors.Peter Osterlund
2006-04-09When coasting starts, take the partial scroll step from thePeter Osterlund
2006-04-09Implemented coasting, ie the ability to automaticallyPeter Osterlund
2006-04-09Made QueryHardware() static.Peter Osterlund
2006-04-09Cosmetic changes.Peter Osterlund
2006-04-09Fixed off-by-one error (see also changePeter Osterlund
2006-04-09Fixed a bug that made it possible to lock up the X server byPeter Osterlund
2006-04-09Always update the move_hist[] buffer when a finger is on thePeter Osterlund
2006-04-09Changed default values corresponding to changePeter Osterlund
2006-04-09Fixed off-by-one error in the pointer motion dx/dyPeter Osterlund
2006-04-09Rearranged code in HandleScrolling() to make it slightlyPeter Osterlund
2006-04-09Made it possible to use horizontal circular scrolling byPeter Osterlund
2006-04-09Better noise reduction in the x/y delta estimates used forPeter Osterlund
2006-04-09Improved edge motion behavior. The speed no longer dependsPeter Osterlund
2006-04-09Fixed inconsistent code formatting.Peter Osterlund
2006-04-09Better fix for the crash fixed in changePeter Osterlund
2006-04-09Made it possible to disable tapping without disabling mousePeter Osterlund
2006-04-09Support up to 12 (virtual) mouse buttons.Peter Osterlund
2006-04-09Better palm detection options. Also reverts changePeter Osterlund
2006-04-09Added FastTaps option to make the driver react faster toPeter Osterlund
2006-04-09Added an option to disable the palm detection heuristics.Peter Osterlund
2006-04-09Fixed some problems with ALPS guest devices.Peter Osterlund
2006-04-09Whitespace fixes.Peter Osterlund
2006-04-09The GuestMouseOff parameter now also disables the guestPeter Osterlund
2006-04-09The SynapticsPreInit() function shouldn't callPeter Osterlund
2006-04-09Fixed another X server crash caused by forgetting to removePeter Osterlund
2006-04-09Removed duplicated function declaration.Peter Osterlund
2006-04-09Don't remove the shared memory segment when DEVICE_CLOSE isPeter Osterlund
2006-04-09Added support for circular touchpads. Based on a patch fromPeter Osterlund
2006-04-09Added two parameters.Peter Osterlund
2006-04-09Fixed handling of the repeater device.Peter Osterlund
2006-04-09Small cleanup.Peter Osterlund
2006-04-09Made double clicks faster, so that they work in xmms and thePeter Osterlund
2006-04-09Fixed bug in change dee1cca686b33a0c2a565d5ecee036abdac6b3a6 that brokePeter Osterlund
2006-04-09Added a "GuestMouseOff" parameter to disable the passPeter Osterlund
2006-04-09Added (untested) support for ALPS touchpads using the 2.4Peter Osterlund
2006-04-09Removed repeater from the shared memory segment. It's notPeter Osterlund
2006-04-09Fixed inconsistent function name.Peter Osterlund
2006-04-09Don't call PS2QueryHardware() from PSMReadHwState().Peter Osterlund
2006-04-09Added (untested) support for the FreeBSD psm mouse driver.Peter Osterlund
2006-04-09Moved the CommData struct from synaptics.h to synproto.h soPeter Osterlund
2006-04-09Don't call ps2comm functions directly from synaptics.c.Peter Osterlund
2006-04-09Moved autodev handling to the protocol specific files.Peter Osterlund
2006-04-09Don't send the whole SynapticsPrivate struct to thePeter Osterlund