Hi Friends..
I have a question about the TPS65070 Touch.
I have the omapl138 board and LogicPD LCD with touch attaced to it.
I guess that the touch is via the I2C.
I use the git distribution 'linux-2.6.36-rc4' version, on the Omapl138. I enabled the tps6507x touchscreen driver and regulator.
The problem is that i can see the line:
input: TPS6507x Touchscreen as /devices/platform/i2c_davinci.1/i2c-1/1-0048/input/input0
but i dont have any events on /dev/input. In fact, i dont have the /dev/input/ directory at all.
When i debug the linux-kernel with the "printk" command on the place of the touch of x and y, and the pressure, i can see
the right parameters, but yet, no event0. Also, It seems like the Driver is transfer data all the time, and is not depend on an interrupt of a touch.
Somebody can know what the problem is?
please help...