commit | 90229d879bf1d6b712cf30f78dc5b405f6670f1c | [log] [tgz] |
---|---|---|
author | Arve Hjønnevåg <arve@android.com> | Mon Jul 20 20:11:31 2009 -0700 |
committer | Colin Cross <ccross@android.com> | Tue Jun 14 09:08:49 2011 -0700 |
tree | 9a027ac8edc55a2890477c58f43dfb540bc2814b | |
parent | 1d1ca9632238af23e6266fe4f4660a2ffa9fe6aa [diff] |
Input: synaptics_i2c_rmi: Send new multi touch events Send both fingers using the new multitouch protocol in addition to the old single finger event and second finger ABS_HAT* hack. The new protocol does not specify how to report up events. To make sure the user-space frameworks can generate up events, we send at least one event where ABS_MT_TOUCH_MAJOR is zero before we stop sending events for a finger. Signed-off-by: Arve Hjønnevåg <arve@android.com>