hi.....
I'm using DM3730 with Linux PSP 04.02.00.07..... kernel version 2.6.37..... we have a custom board in which DM3730 uses USB HID to receive x-y coordinates from a micro controller ...this micro controller in-turn communicates with TSC2046 touchscreen controller to get the coordinates through SPI....
we r already able to receive the x-y cordinates from micro controller through USB HID on DM3730.. now the question is wat can i do with these coordinates.... how can i pass it to Linux OS component.. wat r the API's?
we r able to receive touch data on /dev/hidraw0..... if do a cat /dev/hidraw0 and touch the screen i get some junk values... so i wrote a simple program to read the touch data from /dev/hidraw0...
pls guide me further...