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

devh-egalax.so

Driver for USB Egalax touch devices

Syntax:

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

Runs on:

Neutrino

Options:


Note: Use commas, not spaces, to separate the options.

wait=num
The number of seconds to wait for the USB stack to come up.
upath=path
The USB stack path; the default is /dev/usb.
verbose=level
Be verbose and specify the level of debug information (range 1-5).

Description:

The Egalax touchscreens aren't HID-compliant, so the devh-egalax.so DLL converts Egalax native controller packets into generic HID packets, which devi-hid then handles.

Examples:

Start io-hid using the Egalax driver, and then start devi-hid:

io-hid -d egalax &
devi-hid touch

Start io-hid using the Egalax driver at high verbosity and with a new stack path:

io-hid -d egalax verbose=5,upath=/dev/payton-usb/ &

Files:

devh-egalax.so
The devh-egalax.so DLL is normally found in /lib/dll.

See also:

devh-*, devi-hid, devh-usb.so, diskboot, io-hid