diff options
author | Peter Osterlund <petero2@telia.com> | 2002-07-04 00:40:37 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:00:49 +0200 |
commit | 0d8042d8b68e259457de14a0c4365459b1de7d30 (patch) | |
tree | a9a0e8a6fcaa138d8cb6e1e77b7f9b7036b6f4e8 /FEATURES |
Added source code for the synaptics touchpad XFree86
driver.
Diffstat (limited to 'FEATURES')
-rw-r--r-- | FEATURES | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/FEATURES b/FEATURES new file mode 100644 index 0000000..e731e1f --- /dev/null +++ b/FEATURES @@ -0,0 +1,13 @@ +The touchpad driver has the following functions (some function requires features from the touchpad that must be present, multifinger taps for example): +- Movement with adjustable, non-linear acceleration and speed (Options: MinSpeed, MaxSpeed, AccelFactor) +- Button events through short touching of the touchpad (Options: MaxTapTime, MaxTapMove) +- Double-Button events through double short touching of the touchpad +- Dragging through short touching and holding down the finger on the touchpad +- Middle and right button events on the upper and lower corner of the touchpad (Option: Edges) +- Scrolling (button four and five events) through moving the finger on the right side of the touchpad (Options: Edges, VertScrollDelta) +- The up/down button sends button four/five events +- Adjustable finger detection (Option: Finger) +- Ext Mouse repeater support - Alpha! (Option: Repeater) +- Multifinger taps: two finger for middle button and three finger for right button events +- Online configuration through short-memory (in development) (Option: SHMConfig) + |