summaryrefslogtreecommitdiff
path: root/synaptics.c
AgeCommit message (Expand)Author
2006-04-09Added proper support for "multi buttons". The old codePeter Osterlund
2006-04-09Added #define's for the constants used by the linux eventPeter Osterlund
2006-04-09Use BTN_0 ... BTN_3 for reporting multi button events. FromPeter Osterlund
2006-04-09Changed version number.Peter Osterlund
2006-04-09Reset the touchpad to relative mode when the X server terminates.Peter Osterlund
2006-04-09Removed trailing whitespace.Peter Osterlund
2006-04-09Improved driver initialisation and finalization. FromPeter Osterlund
2006-04-09Made horizontal wheel replacement buttons work. (FromPeter Osterlund
2006-04-09Added log level to some messages. (From Hartwig Felger.)Peter Osterlund
2006-04-09Fixed race condition caused by asynchronous IO (SIGIO). ThisPeter Osterlund
2006-04-09Use packet counting instead of time to decide when to startPeter Osterlund
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Workaround for X server bug in the TimerSet() function.Peter Osterlund
2006-04-09Changed default values to match changePeter Osterlund
2006-04-09Changed version number.Peter Osterlund
2006-04-09Rewrote timer handling so that the driver no longer dependsPeter Osterlund
2006-04-09When parsing kernel event data, make sure we see aPeter Osterlund
2006-04-09Added "Protocol" option to activate the kernel input eventPeter Osterlund
2006-04-09Added support for kernel input event interface. NotPeter Osterlund
2006-04-09Moved capability bit handling to the SynapticsGetHwState()Peter Osterlund
2006-04-09Fixed initialization failure path so that it doesn't crashPeter Osterlund
2006-04-09Abstracted out the code to determine the hardware statePeter Osterlund
2006-04-09Fixed spelling error.Peter Osterlund
2006-04-09Fixed spelling errors.Peter Osterlund
2006-04-09Removed unnecessary include file.Peter Osterlund
2006-04-09Merged some #ifdef stuff from 0.11.3. (Not sure what it isPeter Osterlund
2006-04-09Fill in the probed hardware properties in the shared memoryPeter Osterlund
2006-04-09Remove shared memory segment when the X server terminates.Peter Osterlund
2006-04-09Fixed brace placement at beginning of functions.Peter Osterlund
2006-04-09Merged 6 button support from 0.11.3, but only activate itPeter Osterlund
2006-04-09Made the done variable in change b41f7dda288bb959891d8684c36c56037fbef7baPeter Osterlund
2006-04-09Better state machine for handling middle mouse buttonPeter Osterlund
2006-04-09Fixed removal of old shared memory segment before trying toPeter Osterlund
2006-04-09Build improvements.Peter Osterlund
2006-04-09Made the timeout for middle button emulation configurable.Peter Osterlund
2006-04-09Make double click processing from changePeter Osterlund
2006-04-09Merged handling of UpDownScrolling option from 0.11.3.Peter Osterlund
2006-04-09More merges from 0.11.3.Peter Osterlund
2006-04-09Changed a local variable name to match 0.11.3.Peter Osterlund
2006-04-09Merged some stuff from version 0.11.3.Peter Osterlund
2006-04-09Lots of whitespace changes to reduce the diff compared toPeter Osterlund
2006-04-09Implemented horizontal scrolling (button 6 & 7 events) whenPeter Osterlund
2006-04-09Improved edge motion to avoid the short burst of high speedPeter Osterlund
2006-04-09Implemented edge motion.Peter Osterlund
2006-04-09Added heuristics for palm detection. There are somePeter Osterlund
2006-04-09Don't disable the button 4 & 5 repeat timer when scrollingPeter Osterlund
2006-04-09Implemented fast scrolling, ie generate extra button 4 & 5Peter Osterlund
2006-04-09When doing tap, drag and double tap processing, the buttonsPeter Osterlund
2006-04-09Fixed bug causing the up/down buttons to be incorrectlyPeter Osterlund
2006-04-09* Added z, w, left, right, up and down information to the shared memoryPeter Osterlund