Update the touchscreen plug-in.
authorLaszlo Agocs <laszlo.p.agocs@nokia.com>
Sat, 17 Dec 2011 19:15:50 +0000 (21:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 19 Dec 2011 16:29:10 +0000 (17:29 +0100)
commit2edada763af005367810dda09ca0cdb5adc494b9
treea597225b584dc26f9b9f4b6d986fb7dd54b3c885
parent87679491cb21088223fcd656e0e49793874e4a9e
Update the touchscreen plug-in.

Now works with bcm5974: Added manual contact tracking for drivers that
do not report a tracking id and fixed abs limit querying to use
ABS_MT_* instead of ABS_*.

Fixed reported area: The incoming point was the top-left point instead
of the center which was incorrect.

Added pressure support.

Tracking of event type has been removed as handleTouchEvent no longer
needs it.

Broken debug prints have been removed.

Changed udev auto-detection to pick only /dev/input/event*.

Fixed multiple released state reports with some drivers.

Name and capabilities are now set properly for the QTouchDevice.

Change-Id: I8f026c9a14465bfb6d567f4dcf36c5c03f843868
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
src/plugins/generic/touchscreen/README
src/plugins/generic/touchscreen/qtoucheventsenderqpa.cpp
src/plugins/generic/touchscreen/qtoucheventsenderqpa.h
src/plugins/generic/touchscreen/qtouchscreen.cpp
src/plugins/generic/touchscreen/qtouchscreen.h