Re: [PATCH libinput] evdev: ignore tablet pad devices explicitly

2015-02-26 Thread Benjamin Tissoires
On Thu, Feb 26, 2015 at 4:01 AM, Hans de Goede wrote: > Hi, > > On 26-02-15 07:02, Peter Hutterer wrote: >> >> We don't have real support for them yet but they have the ID_INPUT_TABLET >> tag >> set. Ignore them explicitly before someone thinks they're already working. >> >> Signed-off-by: Peter H

Re: [PATCH libinput] evdev: ignore tablet pad devices explicitly

2015-02-26 Thread Hans de Goede
Hi, On 26-02-15 07:02, Peter Hutterer wrote: We don't have real support for them yet but they have the ID_INPUT_TABLET tag set. Ignore them explicitly before someone thinks they're already working. Signed-off-by: Peter Hutterer Looks good: Reviewed-by: Hans de Goede Regards, Hans ---

[PATCH libinput] evdev: ignore tablet pad devices explicitly

2015-02-25 Thread Peter Hutterer
We don't have real support for them yet but they have the ID_INPUT_TABLET tag set. Ignore them explicitly before someone thinks they're already working. Signed-off-by: Peter Hutterer --- src/evdev.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/evdev.c