All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device
@ 2020-12-30 12:44 Kai-Heng Feng
  2021-01-04 13:33 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Kai-Heng Feng @ 2020-12-30 12:44 UTC (permalink / raw)
  To: jikos, benjamin.tissoires
  Cc: Kai-Heng Feng, open list:HID CORE LAYER, open list

Pointstick and its left/right buttons on HP EliteBook 850 G7 need
multi-input quirk to work correctly.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
 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 d670bcd57bde..0743ef51d3b2 100644
--- a/drivers/hid/hid-multitouch.c
+++ b/drivers/hid/hid-multitouch.c
@@ -2054,6 +2054,10 @@ static const struct hid_device_id mt_devices[] = {
 		HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
 			USB_VENDOR_ID_SYNAPTICS, 0xce08) },
 
+	{ .driver_data = MT_CLS_WIN_8_FORCE_MULTI_INPUT,
+		HID_DEVICE(BUS_I2C, HID_GROUP_MULTITOUCH_WIN_8,
+			USB_VENDOR_ID_SYNAPTICS, 0xce09) },
+
 	/* TopSeed panels */
 	{ .driver_data = MT_CLS_TOPSEED,
 		MT_USB_DEVICE(USB_VENDOR_ID_TOPSEED2,
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device
  2020-12-30 12:44 [PATCH] HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device Kai-Heng Feng
@ 2021-01-04 13:33 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2021-01-04 13:33 UTC (permalink / raw)
  To: Kai-Heng Feng; +Cc: benjamin.tissoires, open list:HID CORE LAYER, open list

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-04 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 12:44 [PATCH] HID: multitouch: Enable multi-input for Synaptics pointstick/touchpad device Kai-Heng Feng
2021-01-04 13:33 ` Jiri Kosina

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.