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