[Bug 221774] hid-multitouch: report ID mismatch check breaks touchpad palm detection on ASUS ROG Flow Z13 (2025) GZ302EA (0b05:1a30)
[email protected] Mon, 03 Aug 2026 18:49:54 +0000
| Newsgroups | org.kernel.vger.linux-usb |
|---|---|
| Message-ID | <[email protected]/> |
https://bugzilla.kernel.org/show_bug.cgi?id=3D221774 --- Comment #16 from Lovekesh Solanki ([email protected]) --- (In reply to mayhemandcoffee from comment #14) > I've tested the palm rejection. >=20 > It is a lot better as the cursor no longer jumps around when I am typing, > nor is it clicking on stuff. However, I noticed that occasionally, a Seems like the fix is working. > keystroke would not register while typing.=20 The patch is highly unlikely cause this. I don't think this would even be fixable in kernel. Keystrokes all follow a different input path nothing hid-multitouch touches.=20 This could be a hardware/firmware issue, you could test running evtest on keyboard node, if evtest does not list the unregistered keys then the device didn't even send them. But if it does, then it's likely libinput or the compositor. (In reply to mayhemandcoffee from comment #15) > I should also mention that I have a recent version of libinput and the qu= irk > from commit 772c1f5ebb4a4122d55fc392a690056d8c55809d is already present in > /usr/share/libinput/50-system-asus.quirks. >=20 > [thienan@thienan-pc libinput]$ sed -n '45,55p' > /usr/share/libinput/50-system-asus.quirks > AttrKeyboardIntegration=3Dinternal >=20 > # enable "disable touchpad while typing" to work with z13 keyboard > [Asus ROG FLow Z13 2025 keyboard] > MatchUdevType=3Dkeyboard > MatchBus=3Dusb > MatchVendor=3D0x0B05 > MatchProduct=3D0x1A30 > AttrKeyboardIntegration=3Dinternal About disable-while-typing being greyed out, that seems to be a libinput is= sue and should be reported there instead. Touchpad might be getting set as exte= rnal by libinput and disabling the feature. I'm going to send the patch after slightly revising it upstream, please let= me know if I should add a Tested by tag now. --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=