I am developing a driver for a multi-touch sensor screen with support
for up to 4 fingers.

1. Regarding multi-touch protocol, which events should be created in
the driver for the user? I have already implemented the following
events:

For all fingers:
ABS_MT_TOOL_TYPE
ABS_MT_TRACDKING_ID
ABS_MT_POSITION_X
ABS_MT_POSITION_Y
ABS_MT_TOUCH_MAJOR
ABS_MT_TOUCH_MINOR,
BTN_TOUCH
Input_mt_sync

For one finger only (end of message)
Input_sync

2. Is there a sniffer that I can use, that will allow me to see the
messages transferred to the user space, for example Gizmod or Evtest?

Many thanks,

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to