From c1a0e58df7f49ef116a843ca58defe6564808098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pasi=20Pet=C3=A4j=C3=A4j=C3=A4rvi?= Date: Mon, 27 Feb 2012 13:10:56 +0200 Subject: Fix for QTBUG-21466: References to deprecated mouse drivers References to deprecated and removed mouse and keyboard drivers in documentation. Removed references. Task-number: QTBUG-21466 Change-Id: I0ea9db679023a5e9a60663d64a9797df4310e662 Reviewed-by: Andy Shaw Reviewed-by: Iikka Eklund Reviewed-by: Jason McDonald Reviewed-by: Casper van Donderen --- doc/src/platforms/emb-envvars.qdoc | 20 ++++++-------------- doc/src/snippets/code/doc_src_emb-envvars.qdoc | 9 ++------- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/doc/src/platforms/emb-envvars.qdoc b/doc/src/platforms/emb-envvars.qdoc index 20c7be9..4b00258 100644 --- a/doc/src/platforms/emb-envvars.qdoc +++ b/doc/src/platforms/emb-envvars.qdoc @@ -106,8 +106,8 @@ \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 2 The valid values for the \c argument are \c MouseMan, \c - IntelliMouse, \c Microsoft, \c VR41xx, \c LinuxTP, \c Yopy. \c - Tslib and \l {QMouseDriverPlugin::keys()}{keys} identifying + 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 panels. @@ -117,13 +117,6 @@ \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 3 Input will be read from all specified drivers. - Note that the \c Vr41xx driver also accepts two optional - arguments: \c press= defining a mouseclick (the default - value is 750) and \c filter= 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-envvars.qdoc 4 See also \l {Qt for Embedded Linux Pointer Handling}. @@ -134,17 +127,16 @@ Specifies the driver and device for character input. For example, if the current shell is bash, ksh, zsh or sh: - \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 5 + \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 4 - The valid values for the \c argument are \c SL5000, \c - Yopy, \c VR41xx, \c TTY, \c USB and \l - {QKbdDriverPlugin::keys()}{keys} identifying custom drivers, + The valid values for the \c argument are \c TTY, + \c LinuxInput and \l {QKbdDriverPlugin::keys()}{keys} identifying custom drivers, and the driver specific options are typically a device, e.g., \c /dev/tty0. Multiple keyboard drivers can be specified in one go: - \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 6 + \snippet doc/src/snippets/code/doc_src_emb-envvars.qdoc 5 Input will be read from all specified drivers. diff --git a/doc/src/snippets/code/doc_src_emb-envvars.qdoc b/doc/src/snippets/code/doc_src_emb-envvars.qdoc index 6d79d44..08c58ac 100644 --- a/doc/src/snippets/code/doc_src_emb-envvars.qdoc +++ b/doc/src/snippets/code/doc_src_emb-envvars.qdoc @@ -62,17 +62,12 @@ export QWS_MOUSE_PROTO="[:] //! [4] -export QWS_MOUSE_PROTO="Vr41xx:press=500:/dev/misc/ts" +export QWS_KEYBOARD=[:] //! [4] //! [5] -export QWS_KEYBOARD=[:] -//! [5] - - -//! [6] export QWS_KEYBOARD="[:] [:] [:]" -//! [6] +//! [5] -- cgit v0.12