Re: [PATCH] HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device

2021-01-04 Thread Jiri Kosina
On Wed, 30 Dec 2020, Kai-Heng Feng wrote: > Pointstick and its left/right buttons on HP EliteBook 850 G7 need > multi-input quirk to work correctly. Applied to hid.git#for-5.11/upstream-fixes. Thanks, -- Jiri Kosina SUSE Labs

[PATCH] HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device

2020-12-30 Thread Kai-Heng Feng
Pointstick and its left/right buttons on HP EliteBook 850 G7 need multi-input quirk to work correctly. Signed-off-by: Kai-Heng Feng --- drivers/hid/hid-multitouch.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/hid/hid-multitouch.c b/drivers/hid/hid-multitouch.c index d670bcd57