evdev: use mtdev for multitouch devices
authorTiago Vignatti <tiago.vignatti@intel.com>
Fri, 16 Mar 2012 20:33:03 +0000 (17:33 -0300)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:27 +0000 (17:51 +0100)
commitbdb628857bb9b7705838b83a230c14c12411f15b
tree7bf5eaa8eff5d18d44500e893c15ca1a7e9fa4f3
parentdfc66d4662011a3930cb794bb41489167253c188
evdev: use mtdev for multitouch devices

mtdev library translates all multitouch based devices to the slotted evdev
protocol. It provides an uniform interface for Weston, which eases mt
implementation when dealing with a big variety of devices.

Weston on drm now directly depends on such library.

Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev.c