Re: [PATCH weston v2] evdev: check for ABS_MT_POSITION_X/Y to determine mt devices

2013-08-08 Thread Kristian Høgsberg
On Thu, Aug 08, 2013 at 12:03:08PM +1000, Peter Hutterer wrote: > mtdev as currently used in weston is a noop. mtdev's purpose is to convert > Protocol A devices (without ABS_MT_SLOT) to Protocol B devices (slots). > For Protocol B devices mtdev merely routes the events, so checking for > slots and

[PATCH weston v2] evdev: check for ABS_MT_POSITION_X/Y to determine mt devices

2013-08-07 Thread Peter Hutterer
mtdev as currently used in weston is a noop. mtdev's purpose is to convert Protocol A devices (without ABS_MT_SLOT) to Protocol B devices (slots). For Protocol B devices mtdev merely routes the events, so checking for slots and then using mtdev based on that adds no functionality. Check for ABS_MT