Re: [PATCH] HID: multitouch: enable multi-input as a quirk for some devices

2020-05-27 Thread Sasha Levin
Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.6.14, v5.4.42, v4.19.124, v4.14.181, v4.9.224, v4.4.224. v5.6.14: Build OK! v5.4

Re: [PATCH] HID: multitouch: enable multi-input as a quirk for some devices

2020-05-27 Thread Benjamin Tissoires
On Wed, May 27, 2020 at 11:22 AM Benjamin Tissoires wrote: > > On Wed, May 27, 2020 at 8:18 AM Kai-Heng Feng > wrote: > > > > > > > > > On May 26, 2020, at 23:07, Benjamin Tissoires > > > wrote: > > > > > > Two touchpad/trackstick combos are currently not behaving properly. > > > They define a

Re: [PATCH] HID: multitouch: enable multi-input as a quirk for some devices

2020-05-27 Thread Benjamin Tissoires
On Wed, May 27, 2020 at 8:18 AM Kai-Heng Feng wrote: > > > > > On May 26, 2020, at 23:07, Benjamin Tissoires > > wrote: > > > > Two touchpad/trackstick combos are currently not behaving properly. > > They define a mouse emulation collection, as per Win8 requirements, > > but also define a separa

Re: [PATCH] HID: multitouch: enable multi-input as a quirk for some devices

2020-05-26 Thread Kai-Heng Feng
> On May 26, 2020, at 23:07, Benjamin Tissoires > wrote: > > Two touchpad/trackstick combos are currently not behaving properly. > They define a mouse emulation collection, as per Win8 requirements, > but also define a separate mouse collection for the trackstick. > > The way the kernel curr

[PATCH] HID: multitouch: enable multi-input as a quirk for some devices

2020-05-26 Thread Benjamin Tissoires
Two touchpad/trackstick combos are currently not behaving properly. They define a mouse emulation collection, as per Win8 requirements, but also define a separate mouse collection for the trackstick. The way the kernel currently treat the collections is that it merges both in one device. However,