evdev: Don't ignore multitouch touchscreens
authorDaniel Stone <daniel@fooishbar.org>
Mon, 23 Jul 2012 18:54:57 +0000 (19:54 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 24 Jul 2012 00:17:54 +0000 (20:17 -0400)
commit53b6b04685a39a7dbd8d3d1b8a282d6d069ebd33
tree48b16180ccfd447e3c16a17db25ec74b23a2c84f
parent2327d1f490a5362e6b6199ca68b14d11e2f13408
evdev: Don't ignore multitouch touchscreens

Most touchscreen drivers provide ABS_X and BTN_TOUCH for legacy
single-touch emulation modes, but this isn't mandatory.  Make sure we
don't ignore touchscreens with provide multitouch events with the new
API only.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/evdev.c