diff options
author | Peter Osterlund <petero2@telia.com> | 2003-06-19 01:19:38 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:00:58 +0200 |
commit | 799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5 (patch) | |
tree | f997650fbb27e8106d1f519168155a3e057b5a26 /PARAMETER | |
parent | dfb3d4236e706a4b00298f0cacca99365a906c57 (diff) |
Rewrote timer handling so that the driver no longer depends
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.
Diffstat (limited to 'PARAMETER')
-rw-r--r-- | PARAMETER | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ TopEdge Int coordinates for top edge BottomEdge Int coordinates for bottom edge FingerLow Int min. finger pressure after ending with movement FingerHigh Int max. finger pressure before beginning with movement -MaxTapTime Int max. time (time of 1/80s) for detecting a tap +MaxTapTime Int max. time (in milliseconds) for detecting a tap MaxTapMove Int max. movement of the finger for detecting a tap VertScrollDelta Int move-distance of the finger for a scroll event HorizScrollDelta Int move-distance of the finger for a scroll event @@ -20,4 +20,4 @@ AccelFactor Float acceleration-factor UpDownScrolling Bool If on, the up/down buttons generate button 4/5 events. If off, the up button generates a double click and the down button generates a button 2 event. -EmulateMidButtonTime Int max time (time of 1/80s) for middle button emulation. +EmulateMidButtonTime Int max time (in milliseconds) for middle button emulation. |