Hi
I am working on kernel driver for my multi touch device,
I have a question regarding the multitouch events i need to generate from
the driver
I implemented protocol A events.
https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt


   ABS_MT_POSITION_X x[0]
   ABS_MT_POSITION_Y y[0]
   SYN_MT_REPORT
   ABS_MT_POSITION_X x[1]
   ABS_MT_POSITION_Y y[1]
   SYN_MT_REPORT
   SYN_REPORT


But Android don't recognise button Up/Down , Can anyone post an example
I am using pandaboard Linaro 4.1. ver
thanks

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to