summaryrefslogtreecommitdiff
path: root/PARAMETER
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-06-19 01:19:38 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:58 +0200
commit799ea3f9ccb2bbad7e60fd1bc2fae6b218fddbb5 (patch)
treef997650fbb27e8106d1f519168155a3e057b5a26 /PARAMETER
parentdfb3d4236e706a4b00298f0cacca99365a906c57 (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--PARAMETER4
1 files changed, 2 insertions, 2 deletions
diff --git a/PARAMETER b/PARAMETER
index 3f4e33e..9e4c3e1 100644
--- a/PARAMETER
+++ b/PARAMETER
@@ -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.