Re: [PATCH libinput] Added missing button range for pad on CTH-680

2017-02-12 Thread Hans de Goede
Hi, On 13-02-17 07:57, Peter Hutterer wrote: From: Sakse Dalum This device has BTN_LEFT, BTN_RIGHT, BTN_FORWARD and BTN_BACK, add the missing range to the pad init function. https://bugs.freedesktop.org/show_bug.cgi?id=99785 Signed-off-by: Peter Hutterer

[PATCH libinput] Added missing button range for pad on CTH-680

2017-02-12 Thread Peter Hutterer
From: Sakse Dalum This device has BTN_LEFT, BTN_RIGHT, BTN_FORWARD and BTN_BACK, add the missing range to the pad init function. https://bugs.freedesktop.org/show_bug.cgi?id=99785 Signed-off-by: Peter Hutterer --- src/evdev-tablet-pad.c | 5 + 1

[PATCH libinput] tools: hide key codes by default

2017-02-12 Thread Peter Hutterer
libinput-debug-events prints keycodes as they come in. This makes it dangerous to be run by users (especially in the background) because it will leak sensitive information as it is typed. Obfuscate the base set of keycodes by default, require a --show-keycodes switch to show it. The few times we

Re: [PATCH libinput 1/2] touchpad: add a hwdb quirk for (external) touchpad/keyboard combos

2017-02-12 Thread Peter Hutterer
On Fri, Feb 10, 2017 at 11:04:00AM +0100, Hans de Goede wrote: > Hi, > > Series looks good, but patch 1/2 introduces > tp_is_tpkb_combo_below() and patch 2/2 then moves it around > to avoid doing a forward declaration, it would be better IMHO > if patch 1/2 simply defined it in the place where