commit 504c932c7c47a6b4c572302a13873f7d83af1ff3 Author: Masaki Ota <masaki....@jp.alps.com> Date: Fri Jun 16 09:29:39 2017 +0900
HID: multitouch: Support PTP Stick and Touchpad device Support PTP Stick and Touchpad device. This Touchpad is Precision Touchpad (PTP), and Stick Pointer data is the same as Mouse; Stick Pointer works as Mouse. [jkos...@suse.cz: changelog deuglification] Signed-off-by: Masaki Ota <masaki....@jp.alps.com> Reviewed-by: Benjamin Tissoires <benjamin.tissoi...@redhat.com> Signed-off-by: Jiri Kosina <jkos...@suse.cz> ** Tags added: originate-from-1707102 somerville -- 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/1708372 Title: The Precision Touchpad(PTP) button sends incorrect event code Status in HWE Next: New Status in linux package in Ubuntu: In Progress Bug description: [Impact] The touchpad right button should send 273(BTN_RIGHT), and the left button should send 272(BTN_LEFT) But the touchpad right button sends 274(BTN_MIDDLE), and the left button sends 273 (BTN_RIGHT) [Fix] The fix is pretty simple to just decrease the event code by 1. [Test Case] Verified on the machine has this issue, and confirm this patch works. [Regression Potential] The patch has strict if statement, so it won't affect other touchpad devices. And no more rework on this code snip after this commit. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1708372/+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