Hello, I am working on integrating an Atmel multi touch digitizer into the TI SDK 5_05_01_04. I was able to get some touch input working with the following udev rule, however it is really not acting like a mouse. It only moves when you tap the screen. Has anyone had any luck with integration of an Atmel based touch screen with the current SDK. Any ideas or help would be greatly appreciated.
current udev rule (added to local.rules):
SUBSYSTEM=="input", KERNEL=="event[0-9]*", SYSFS{idVendor}=="03eb", MODE="0666" SYMLINK+="input/touchscreen0
Thanks
Mark