diff options
author | Peter Osterlund <petero2@telia.com> | 2004-12-11 19:47:17 +0100 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:58 +0200 |
commit | 08fbb00b186e000a8a0e9fdbbabbb423c69d8171 (patch) | |
tree | 8a7f31132c4f7b60092e00d364e7ad130f34d11a /synaptics.spec | |
parent | dfc17eb571b5863eb34bed123a8d5243eee1e6aa (diff) |
Updated the description in the spec file. From the FC3 RPM.
Diffstat (limited to 'synaptics.spec')
-rw-r--r-- | synaptics.spec | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/synaptics.spec b/synaptics.spec index a6922bc..ec056d0 100644 --- a/synaptics.spec +++ b/synaptics.spec @@ -9,11 +9,25 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildPreReq: XFree86-devel %description - -This is a driver for the Synaptics TouchPad for XFree86 4.x. A -Synaptics touchpad by default operates in compatibility mode by -emulating a standard mouse. However, by using a dedicated driver, more -advanced features of the touchpad becomes available. +This is a driver for the Synaptics TouchPad for XOrg/XFree86 4.x. A Synaptics +touchpad by default operates in compatibility mode by emulating a standard +mouse. However, by using a dedicated driver, more advanced features of the +touchpad becomes available. + +Features: + + * Movement with adjustable, non-linear acceleration and speed. + * Button events through short touching of the touchpad. + * 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. + * Vertical scrolling (button four and five events) through moving the finger on the right side of the touchpad. + * The up/down button sends button four/five events. + * Horizontal scrolling (button six and seven events) through moving the finger on the lower side of the touchpad. + * The multi-buttons send button four/five events, and six/seven events for horizontal scrolling. + * Adjustable finger detection. + * Multifinger taps: two finger for middle button and three finger for right button events. (Needs hardware support. Not all models implement this feature.) + * Run-time configuration using shared memory. This means you can change parameter settings without restarting the X server. %prep |