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

2013-08-07 Thread Daniel Stone
Hi, On 7 August 2013 02:04, Peter Hutterer peter.hutte...@who-t.net 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

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

2013-08-06 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