summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2016-01-28 10:16:55 +0200
committerPasi Petäjäjärvi <pasi.petajajarvi@theqtcompany.com>2016-01-28 12:19:49 +0000
commitae3a57759d98e1b42b3af1d4830e53ecf590d2a7 (patch)
treee771853e59843c953ee9ea35fa6648ae50a07492 /doc
parent07ff654da9c9b2da0900a6185970c1087a5ee577 (diff)
downloadqtdoc-ae3a57759d98e1b42b3af1d4830e53ecf590d2a7.tar.gz
VxWorks: Update documentation
* Fix input device format * Remove unsupported features for keyboard Change-Id: I097c7c5e7fffa012ffbedc73acf465b0f8152baa Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/platforms/vxworks.qdoc16
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/src/platforms/vxworks.qdoc b/doc/src/platforms/vxworks.qdoc
index 40c5ae18..e85f0463 100644
--- a/doc/src/platforms/vxworks.qdoc
+++ b/doc/src/platforms/vxworks.qdoc
@@ -321,9 +321,9 @@
\li \c qt.qpa.egldeviceintegration – Enables logging for dynamically loaded
backends. Very useful to check what backend is in use.
- \li \c qt.qpa.input – Enables debug output both from the evdev and libinput
- input handlers. Very useful to check if a given input device was correctly
- recognized and opened.
+ \li \c qt.qpa.input – Enables debug output from the evdev input handler.
+ Very useful to check if a given input device was correctly recognized and
+ opened.
\endlist
@@ -380,7 +380,7 @@
When no windowing system is present, the mouse, keyboard and touch input are
read directly via \c evdev. Note that this requires that devices nodes
- \c {/dev/input/event*} are readable by the user. eglfs and vxworksfb has all
+ \c {/input/event*} are readable by the user. eglfs and vxworksfb has all
the evdev input handling code built-in.
\section2 Input on eglfs and vxworksfb
@@ -407,11 +407,9 @@
\list
- \li \c {/dev/input/...} - Specifies the name of the input device. When not
- given, Qt will look for a suitable device either via \e libudev or by walking
- through the available nodes.
- \li \c {repeat-delay} - Sets a custom key repeat delay.
- \li \c {repeat-rate} - Sets a custom key repeat rate.
+ \li \c {/input/...} - Specifies the name of the input device. When not
+ given, Qt will look for a suitable device by walking through the available
+ nodes.
\endlist
If the default, built-in keymap is not sufficient, a different one can be