[Bug 259230] Touching the touchpad on a frame.work laptop causes reboot or poweroff
Date: Thu, 02 Dec 2021 10:16:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259230 --- Comment #16 from Vladimir Kondratyev <wulf@freebsd.org> --- (In reply to Mark Johnston from comment #15) HID report descriptor appeared to be broken. It contains records for external left and right buttons which is wrong for clickpads. Linux seems to "fix" it at libinput level with placing a quirk in to /usr/local/share/libinput/50-framework.quirks file. But it does not work in your case due to slightly different device name: "PIXA3854:00 093A:0274 Touchpad" vs "PIXA3854:01 093A:0274 TouchPad". You may try to add another quirk with fixed name. -- You are receiving this mail because: You are the assignee for the bug.