Re: [PATCH libinput 04/11] touchpad: only check keyboards for disable-while-typing

2015-05-26 Thread Benjamin Tissoires
On Mon, May 25, 2015 at 6:52 PM, Peter Hutterer wrote: > The keyboard test is a simple one, if we have the first row of alphabetic > keys, we assume it's a full keyboard. > > Signed-off-by: Peter Hutterer > --- Yep. I was trying to understand why the Pixel was not able to get the disable while

[PATCH libinput 04/11] touchpad: only check keyboards for disable-while-typing

2015-05-25 Thread Peter Hutterer
The keyboard test is a simple one, if we have the first row of alphabetic keys, we assume it's a full keyboard. Signed-off-by: Peter Hutterer --- src/evdev-mt-touchpad.c | 22 -- src/evdev.c | 20 src/evdev.h | 1 + 3 files change