qt6-bb10/src/platformsupport
Robin Burchell 2f83e38bfc QDeviceDiscovery: Add static discovery support for new-style multitouch devices.
These don't report ABS_X/ABS_Y, but are still a touchscreen. This is commonly
seen on Android hardware.

As a bonus, we clean up the flow control through device discovery: by using
memset, we can ignore the error value of ioctl() and just check the bits we
need.

We can also close() the FD instantly after running the ioctl calls.

Change-Id: I6405597dc34841c805552fa73ef86250eaae111c
Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
2015-10-27 12:26:25 +00:00
..
accessibility Fix missing "We mean it" in qtbase private headers 2015-10-01 21:09:05 +00:00
cglconvenience Link to AppKit instead of Cocoa. 2015-09-05 11:49:17 +00:00
clipboard Link to AppKit instead of Cocoa. 2015-09-05 11:49:17 +00:00
dbusmenu Libraries: Fix single-character string literals. 2015-10-13 16:37:37 +00:00
dbustray Add missing "We mean it" comments to private headers. 2015-10-05 12:10:45 +00:00
devicediscovery QDeviceDiscovery: Add static discovery support for new-style multitouch devices. 2015-10-27 12:26:25 +00:00
eglconvenience Move EGLDevice/Output/Stream resolvers into eglconvenience 2015-10-20 08:54:04 +00:00
eventdispatchers Move QEventDispatcherCoreFoundation to QtCore 2015-10-16 18:07:32 +00:00
fbconvenience Revamp signal handling in eglfs/linuxfb 2015-10-02 06:32:03 +00:00
fontdatabases Merge remote-tracking branch 'origin/5.6' into dev 2015-10-14 15:45:35 +02:00
glxconvenience Update copyright headers 2015-02-11 06:49:51 +00:00
input Merge remote-tracking branch 'origin/5.6' into dev 2015-10-14 15:45:35 +02:00
linuxaccessibility Libraries: Fix single-character string literals. 2015-10-13 16:37:37 +00:00
platformcompositor Avoid image copy in toTexture() on GLES 3.0 as well 2015-10-14 14:11:07 +00:00
services Pass params of shareable type by const-ref rather than by value 2015-02-13 16:29:16 +00:00
themes Merge remote-tracking branch 'origin/5.6' into dev 2015-10-14 15:45:35 +02:00
platformsupport.pro Move QEventDispatcherCoreFoundation to QtCore 2015-10-16 18:07:32 +00:00