Re: [PATCH 1/2] evdev: use mtdev for multitouch devices

2012-03-14 Thread Peter Hutterer
On Wed, Mar 14, 2012 at 03:29:19PM -0300, Tiago Vignatti wrote: > 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 di

[PATCH 1/2] evdev: use mtdev for multitouch devices

2012-03-14 Thread Tiago Vignatti
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 --- FYI,