diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-07-23 11:36:44 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-07-23 14:33:10 (GMT) |
commit | 29016ad7cf1e11ae9967748f91acac6f0054bbf8 (patch) | |
tree | 896dd417bd9e48cc6811a939cafdd4eebb70b753 /doc/src/emb-pointer.qdoc | |
parent | 9a77d6c409b991957fc069a2b47476a419ea1aab (diff) | |
download | Qt-29016ad7cf1e11ae9967748f91acac6f0054bbf8.zip Qt-29016ad7cf1e11ae9967748f91acac6f0054bbf8.tar.gz Qt-29016ad7cf1e11ae9967748f91acac6f0054bbf8.tar.bz2 |
Fixed embedded mouse and keyboard docu for 4.6
Reviewed-By: Paul
Diffstat (limited to 'doc/src/emb-pointer.qdoc')
-rw-r--r-- | doc/src/emb-pointer.qdoc | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/doc/src/emb-pointer.qdoc b/doc/src/emb-pointer.qdoc index b13dec0..49504fe 100644 --- a/doc/src/emb-pointer.qdoc +++ b/doc/src/emb-pointer.qdoc @@ -64,9 +64,10 @@ \section1 Available Drivers \l{Qt for Embedded Linux} provides ready-made drivers for the MouseMan, - IntelliMouse, Microsoft, NEC Vr41XX, Linux Touch Panel and Yopy - protocols as well as the universal touch screen library, - tslib. Run the \c configure script to list the available drivers: + IntelliMouse, Microsoft and Linux Touch Panel protocols, for the + standard Linux Input Subsystem as well as the universal touch screen + library, tslib. Run the \c configure script to list the available + drivers: \if defined(QTOPIA_PHONE) @@ -125,7 +126,7 @@ \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 4 The valid values for the \c <driver> argument are \c MouseMan, \c - IntelliMouse, \c Microsoft, \c VR41xx, \c LinuxTP, \c Yopy, \c + IntelliMouse, \c Microsoft, \c LinuxTP, \c LinuxInput, \c Tslib and \l {QMouseDriverPlugin::keys()}{keys} identifying custom drivers, and the driver specific options are typically a device, e.g., \c /dev/mouse for mouse devices and \c /dev/ts for touch @@ -137,14 +138,6 @@ Input will be read from all specified drivers. - Note that the \c Vr41xx driver also accepts two optional - arguments: \c press=<value> defining a mouse click (the default - value is 750) and \c filter=<value> specifying the length of the - filter used to eliminate noise (the default length is 3). For - example: - - \snippet doc/src/snippets/code/doc_src_emb-pointer.qdoc 6 - \table \header \o The Tslib Mouse Driver \row |