This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Universal Photon input manager for keyboards and mice
devi-hid [general_opts] protocol* [protocol_opts]* filter* [filter_opts]*
Any supported platform that has io-hid running.
When you use a devi- * driver, you need a calibration file.
The calibration file is generated from the output produced by the
calib utility:
calib > calib_file.txt For more information, see the calib utility in the Utilities Reference, and Touchscreens in the Neutrino User's Guide. |
General options:
module name | date last compiled | revision | class
The protocol modules and their options are:
The filter modules and their options are:
This manager is a universal Photon input daemon for keyboards and mice. It is a client of io-hid, the HID server.
Usually, inputtrap starts devi-hid during the Photon startup procedure; for test and other purposes, you may also start this manager in text mode as a resource manager.
The io-hid resource manager must be running before devi-hid can start. |
This manager doesn't need information about the physical interfaces of real devices: it relies on service from the io-hid resource manager and supplementary input modules. The devi-hid daemon takes data in the form of HID reports, transforms the data into Photon events, and then emits these events to Photon. It provides multi-language support for keyboard input.
If you specify the verbosity option, activity messages are sent to the console screen and to the system log. Data is normally sent to Photon, alternatively, in resource manager mode (-r option), data can be sent to devices (by default, /dev/devi/keyboard0 and /dev/devi/mouse0).
Typical command line to start the keyboard and mouse manager:
devi-hid kbd mouse
If an error occurs in starting devi-hid, the keyboard or mouse will not work in Photon and Photon won't be able to start. If you specify at least one v option, activity details will be reported on the console screen and will be appended to the system log; for more detail, increase the verbosity level.