Driver for USB Touch International touch devices
io-hid -d touchintl [option[,option ...]] ... &
Neutrino
Use commas, not spaces, to separate the options. |
The Touch International touchscreens aren't HID-compliant, so the devh-touchintl.so DLL converts touchintl native controller packets into generic HID packets, which devi-hid then handles.
Start io-hid using the Touch International driver, and then start devi-hid:
io-hid -d touchintl & devi-hid touch
Start io-hid using the Touch International driver at high verbosity and with a new stack path and a new device ID, at a data rate of 100 packets per second:
io-hid -d egalax did=0x1234,rate=4,verbose=5,upath=/dev/payton-usb/ &
devh-*, devi-hid, devh-usb.so, diskboot, io-hid