summaryrefslogtreecommitdiff
path: root/synaptics.h
AgeCommit message (Expand)Author
2008-06-06Start reorganizing the source treeChristoph Brill
2007-07-06Implement "corner coasting".Joseph P. Skudlarek
2007-05-17Add a timeout to locked drags.Florian Loitsch
2007-05-17On Linux 2.6, the evdev interface provides support for requesting theMatthew Garrett
2007-04-11Add a config option to prevent the driver from grabbing the eventPeter Osterlund
2007-01-28Rename the TrackstickAccelFactor option to TrackstickSpeed.Peter Osterlund
2007-01-28Small cleanup in trackstick functionality.Peter Osterlund
2007-01-28Fix whitespace in trackstick patches.Peter Osterlund
2006-12-25removed exp_acclChristian Thaeter
2006-12-25merged first trackstick patchChristian Thaeter
2006-12-17Implement 2-finger emulation for ALPS touchpads.Ingmar Ellenberger
2006-05-07Add new parameter "SingleTapTimeout".Vaclav Kadlcik
2006-04-09Implemented two-finger vertical and horizontal scrolling.Peter Osterlund
2006-04-09Whitespace cleanup.Peter Osterlund
2006-04-09Implemented pressure dependent motion speed. Patch fromPeter Osterlund
2006-04-09Included driver version number in the shared memoryPeter Osterlund
2006-04-09Fixed some long vs int inconsistencies to make the driverPeter Osterlund
2006-04-09Implemented new driver options LeftRightScrolling,Peter Osterlund
2006-04-09Revert change 15d3f642c725636446b3212b8efbd94a9fc9a59b and instead alwaysPeter Osterlund
2006-04-09Implemented coasting, ie the ability to automaticallyPeter Osterlund
2006-04-09Made QueryHardware() static.Peter Osterlund
2006-04-09Always update the move_hist[] buffer when a finger is on thePeter Osterlund
2006-04-09Made it possible to use horizontal circular scrolling byPeter Osterlund
2006-04-09Improved edge motion behavior. The speed no longer dependsPeter 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-09Added support for circular touchpads. Based on a patch fromPeter Osterlund
2006-04-09Added two parameters.Peter Osterlund
2006-04-09Fixed compiler warnings when using the xorg sdk includePeter Osterlund
2006-04-09Made double clicks faster, so that they work in xmms and thePeter Osterlund
2006-04-09Added a "GuestMouseOff" parameter to disable the passPeter Osterlund
2006-04-09Removed repeater from the shared memory segment. It's notPeter Osterlund
2006-04-09Renamed synapticshw to SynapticsHwInfo to avoid conflictsPeter Osterlund
2006-04-09Moved the CommData struct from synaptics.h to synproto.h soPeter Osterlund
2006-04-09Don't send the whole SynapticsPrivate struct to thePeter Osterlund
2006-04-09Small #include fix.Peter Osterlund
2006-04-09Moved reading of hardware state to the protocol specificPeter Osterlund
2006-04-09Moved the QueryHardware function to the protocol specificPeter Osterlund
2006-04-09The PrintIdent() function doesn't need access to the wholePeter Osterlund
2006-04-09Some work on abstracting out the protocol differences fromPeter Osterlund
2006-04-09Spelling fix.Peter Osterlund
2006-04-09Implemented a proper state machine for tap and dragPeter Osterlund
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Some changes to make supporting FreeBSD easier. From ArnePeter Osterlund
2006-04-09Made it possible to use "edge motion" also when notPeter Osterlund
2006-04-09Added pressure dependent edge motion speed. From MatthiasPeter Osterlund