Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

devh-usb.so

Driver for USB-compliant human interface devices (HID)

Syntax:

io-hid -d usb [option[,option ...]] ... &

io-hid -d usb [option[,option ...]] ...

Runs on:

Neutrino

Options:

upath
The USB stack path. The default is /dev/usb
verbose
Be verbose.
wait=num
The number of seconds to wait for the USB Stack to come up.

Description:

The devh-usb.so is a DLL which is used with the io-hid manager. It connects to the USB stack to give HID clients access to USB-compliant human interface devices.


Note: Run the USB stack first. Please refer to io-usb for further information.

Examples:

Start io-hid using the USB HID driver.

io-hid -d usb &

or

io-hid &
mount -Tio-hid devh-usb.so

See also:

devh-ps2ser.so. devh-*, hidview, io-hid, io-usb