Re: [PATCH libinput v2 4/5] Pair touchpad and lid_switch for disable

2017-01-11 Thread Peter Hutterer
On Tue, Jan 10, 2017 at 12:24:24PM +1100, James Ye wrote: > Add listener for lid switch events, disable touchpad on switch event. > > Signed-off-by: James Ye > --- > src/evdev-mt-touchpad.c | 47 +++ > src/evdev-mt-touchpad.h | 5 + > 2 files chan

[PATCH libinput v2 4/5] Pair touchpad and lid_switch for disable

2017-01-09 Thread James Ye
Add listener for lid switch events, disable touchpad on switch event. Signed-off-by: James Ye --- src/evdev-mt-touchpad.c | 47 +++ src/evdev-mt-touchpad.h | 5 + 2 files changed, 52 insertions(+) diff --git a/src/evdev-mt-touchpad.c b/src/evdev-