Thank you. My code base is Linaro Android.I will add the printk to the codeFrancesco2012/2/15 Bharathi Subramanian <bharathi.list@gmail.com>
On Tue, Feb 14, 2012 at 7:48 PM, Francesco Sarasini <sarasini@gmail.com> wrote:Oops. I hope, it is in EVM Code. For BB-xM, it might be different.
>>> Please add printk to show the value of x, y, before and after the
>>> OMAP3EVM macro. That will give better idea about the touchevent.
>> I'm sorry, where is the OMAP3EVM macro?
The following set of commands are responsible for sending the
co-ordinates to user space. You have to add printk before this and
check.
input_report_abs(input, ABS_X, x);
input_report_abs(input, ABS_Y, y);
input_report_abs(input, ABS_PRESSURE, ts->pressure_max - Rt);
Can you share info about code base (Rowboat/Linaro) ?
Bye :)
--
Bharathi Subramanian