Re: [PATCH synaptics] eventcomm: ignore fake and broken MT devices

2015-03-24 Thread Hans de Goede
Hi, On 24-03-15 06:45, Peter Hutterer wrote: An MT device without X/Y is not a touchpad. And neither are fake MT devices. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net Looks good: Reviewed-by: Hans de Goede hdego...@redhat.com Regards, Hans --- src/eventcomm.c | 9 +

[PATCH synaptics] eventcomm: ignore fake and broken MT devices

2015-03-23 Thread Peter Hutterer
An MT device without X/Y is not a touchpad. And neither are fake MT devices. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- src/eventcomm.c | 9 + 1 file changed, 9 insertions(+) diff --git a/src/eventcomm.c b/src/eventcomm.c index cddf7fc..3a9d45d 100644 ---