summaryrefslogtreecommitdiff
path: root/PARAMETER
AgeCommit message (Collapse)Author
2006-04-09Implemented "locked drags", after a suggestion fromPeter Osterlund
"Karl Kashofer" <karl.kashofer@gmx.at>.
2006-04-09Minor documentation fixes.Peter Osterlund
2006-04-09Clarified description of FingerLow/FingerHigh parameters.Peter Osterlund
2006-04-09Made it possible to disable the touchpad at runtime. (PatchPeter Osterlund
from "Jörg Bösner" <ich@joerg-boesner.de>.)
2006-04-09Updated documentation for new "auto-dev" option.Peter Osterlund
2006-04-09Rewrote timer handling so that the driver no longer dependsPeter Osterlund
on packets arriving 1s after the last state change. (The kernel driver only reports to user space when something changes.) Use wall clock time instead of packet counting for time computations. This change also means that configurable times are now specified in milliseconds instead of units of 1/80s.
2006-04-09Added "Protocol" option to activate the kernel input eventPeter Osterlund
interface.
2006-04-09Documented parameter HorizScrollDelta.Peter Osterlund
2006-04-09Made the timeout for middle button emulation configurable.Peter Osterlund
2006-04-09Merged handling of UpDownScrolling option from 0.11.3.Peter Osterlund
2006-04-09Implemented edge motion.Peter Osterlund
2006-04-09Added source code for the synaptics touchpad XFree86Peter Osterlund
driver.