I think this commit fixes your issue? commit ec6adef5fbc3f140c70e7499fdad818acb3a46c6 Author: Benjamin Tissoires <benjamin.tissoi...@redhat.com> Date: Tue Sep 4 15:31:12 2018 +0200
HID: multitouch: fix Elan panels with 2 input modes declaration When implementing commit 7f81c8db5489 ("HID: multitouch: simplify the settings of the various features"), I wrongly removed a test that made sure we never try to set the second InputMode feature to something else than 0. This broke badly some recent Elan panels that now forget to send the click button in some area of the touchpad. Link: https://bugzilla.kernel.org/show_bug.cgi?id=200899 Fixes: 7f81c8db5489 ("HID: multitouch: simplify the settings of the various features") Cc: sta...@vger.kernel.org # v4.18+ Signed-off-by: Benjamin Tissoires <benjamin.tissoi...@redhat.com> Signed-off-by: Jiri Kosina <jkos...@suse.cz> ** Bug watch added: Linux Kernel Bug Tracker #200899 https://bugzilla.kernel.org/show_bug.cgi?id=200899 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1767832 Title: ASUS touchpad right button not working Status in Ubuntu-Certification: Invalid Status in linux package in Ubuntu: Fix Committed Bug description: On my ASUS T304UA, the right button of the trackpad generates no input event whereas the left button and the left half part of the middle button works (checked with libinput-debug-events). I checked with the latest available kernel: 4.17.0-041700rc2-generic Needless to say that the trackpad perfectly works under Windows. The device is: Bus 001 Device 005: ID 0b05:184a ASUSTek Computer, Inc. I guess that the corresponding kernel driver is: hid_multitouch Example of libinput-debug-events : left click then right click : -event17 POINTER_BUTTON +1.11s BTN_LEFT (272) pressed, seat count: 1 event17 POINTER_BUTTON +1.23s BTN_LEFT (272) released, seat count: 0 It seems that there is a bug in the trackpad driver... To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu-certification/+bug/1767832/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp