touchscreen via usb

Hi:))
I’m trying to wrote driver for my GeneralTouch touchscreen connected via usb, so
can anyone help me with usb module like touchusb in devi-microtouch driver?
Thanx a lot for reply!

Hi,

Try to start with the USB ddk for input devices like a keyboard or mouse (mouse should be easier). Then, trap the incomming data and parse it. After that, copy the coordinates like the mouse driver does. It should not be that hard to accomplish.

Good luck,
Freddy

Thanx Freddy!
in progress… AGHHH! usb io is terrible