Driver for Microtouch EXII USB touch devices
io-hid -d microtouch [option[,option ...]] ... &
Neutrino
Use commas, not spaces, to separate the options. |
Since the touchscreen has a resolution of 16 bits, a short isn't big enough to handle the data correctly. If the client is the resource manager interface (composition manager) and not the Advanced Graphics or Photon system, then you can specify the noscaling option as it bypasses the short values.
The devh-microtouch.so DLL converts Microtouch EXII packets into generic HID packets, which devi-hid then handles.
Start io-hid using the Microtouch driver, and then start devi-hid:
io-hid -d microtouch & devi-hid touch
Start io-hid using the Microtouch driver at high verbosity and with a new stack path and a new device ID:
io-hid -d microtouch did=0x1234,verbose=5,upath=/dev/huxley-usb/ &
devh-*, devh-usb.so, devi-hid, diskboot, io-hid