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.h
Age
Commit message (
Expand
)
Author
2006-04-09
Made it possible to disable the touchpad at runtime. (Patch
Peter Osterlund
2006-04-09
Comment fixes.
Peter Osterlund
2006-04-09
Changed tab size from 4 to the standard value 8. Reindented
Peter Osterlund
2006-04-09
Removed trailing whitespace.
Peter Osterlund
2006-04-09
Reset the touchpad if it has been out of sync for too long.
Peter Osterlund
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
Removed trailing whitespace.
Peter Osterlund
2006-04-09
Made horizontal wheel replacement buttons work. (From
Peter Osterlund
2006-04-09
Use packet counting instead of time to decide when to start
Peter Osterlund
2006-04-09
Rewrote timer handling so that the driver no longer depends
Peter Osterlund
2006-04-09
Added support for kernel input event interface. Not
Peter Osterlund
2006-04-09
Abstracted out the code to determine the hardware state
Peter Osterlund
2006-04-09
Remove shared memory segment when the X server terminates.
Peter Osterlund
2006-04-09
Forgot comment in change 3db42d5b33662dbda6f0dde6cdb34748a254884f.
Peter Osterlund
2006-04-09
Merged 6 button support from 0.11.3, but only activate it
Peter Osterlund
2006-04-09
Better state machine for handling middle mouse button
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
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
Implemented edge motion.
Peter Osterlund
2006-04-09
Added heuristics for palm detection. There are some
Peter Osterlund
2006-04-09
* Added z, w, left, right, up and down information to the shared memory
Peter Osterlund
2006-04-09
Added comments to let emacs know about the non-standard tab
Peter Osterlund
2006-04-09
Added source code for the synaptics touchpad XFree86
Peter Osterlund