Hello,
I am in need of assistance. I am working on a custom-built OMap-L138 board with an AD7843 Digitizer chip. Further, I have a linux kernel (2.6) running on the ARM, and need to design a custom device driver for the touchscreen. On our board, we interface to the touchscreen digitizer through our FPGA, which means that none of the pre-built drivers in "menuconfig" will work for the touchscreen. I also have a few Qt applications running on the screen, but have no way to interract with the GUI, since we have no mouse/touchscreen driver.
My question is this: what layer(s) connect the touchscreen with Qt, and what are the interfaces between these layers. I can read out touchscreen readings in the FPGA, but do not know how Qt needs this information in order to design a device driver for this interface.
Thanks in advance for any help!
-John