Driver for USB Egalax touch devices
io-hid -d egalax [option[,option ...]] ... &
Neutrino
Use commas, not spaces, to separate the options. |
Don't use this option unless you're certain that the default protocol your controller is using is the Egalax protocol. |
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.
If you're using this driver with the USB (devh-usb.so) module, you must specify the igndev option to devh-usb.so, specifying the Egalax vendor and device IDs. |
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/ &
devh-*, devh-usb.so, devi-hid, diskboot, io-hid