evdev: Don't ignore multitouch touchscreens
authorDaniel Stone <daniel@fooishbar.org>
Mon, 23 Jul 2012 18:54:57 +0000 (19:54 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:29 +0000 (17:51 +0100)
commit9d67bb202aa51cc95477d1bde6f165d5bc793f3b
treebcf96719b17a73da68b4460f75920c91222e24b9
parentf749baab42bf22e0ee00cae43742b7d0b2d4c354
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