Middle button of trackpoint doesn't work
Bug #1715271 reported by
AaronMa
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
HWE Next |
Fix Released
|
Critical
|
AaronMa | ||
linux (Ubuntu) |
Fix Released
|
Critical
|
AaronMa | ||
Xenial |
Fix Released
|
Critical
|
Unassigned | ||
Zesty |
Fix Released
|
Critical
|
Unassigned | ||
Artful |
Won't Fix
|
Critical
|
AaronMa |
Bug Description
Middle button doesn't work on several Thinkpad laptops like E570, E475, E470, E575 and X1Carbon.
When middle button fails to work, logs show:
psmouse serio2: trackpoint: failed to get extended button data
It fails to read out ext button info via PS2 command.
Almost all the Thinkpad have 3 buttons, so set it to 3 button when it fails to read button info.
And on Lenovo X1, there is a new version of trackpoint, add this ID for this new device.
CVE References
tags: | added: originate-from-1695149 sutton |
Changed in hwe-next: | |
status: | New → In Progress |
importance: | Undecided → Critical |
assignee: | nobody → AaronMa (mapengyu) |
Changed in linux (Ubuntu Zesty): | |
status: | New → In Progress |
Changed in linux (Ubuntu Xenial): | |
status: | New → In Progress |
importance: | Undecided → Critical |
Changed in linux (Ubuntu Zesty): | |
importance: | Undecided → Critical |
tags: | added: kernel-da-key |
Changed in linux (Ubuntu Artful): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Zesty): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Xenial): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Artful): | |
status: | Fix Committed → In Progress |
Changed in linux (Ubuntu Zesty): | |
status: | Fix Committed → In Progress |
tags: |
added: verification-failed-zesty removed: verification-needed-zesty |
tags: |
added: verification-done-zesty removed: verification-failed-zesty |
Changed in hwe-next: | |
status: | In Progress → Fix Committed |
Changed in hwe-next: | |
status: | Fix Committed → Opinion |
Changed in hwe-next: | |
status: | Opinion → Fix Released |
tags: | added: cscc |
To post a comment you must log in.
commit ec667683c532c93 fb41e100e5d61a5 18971060e2
Author: Aaron Ma <email address hidden>
Date: Fri Aug 18 12:17:21 2017 -0700
Input: trackpoint - add new trackpoint firmware ID
Synaptics add new TP firmware ID: 0x2 and 0x3, for now both lower 2 bits
are indicated as TP. Change the constant to bitwise values.
This makes trackpoint to be recognized on Lenovo Carbon X1 Gen5 instead
of it being identified as "PS/2 Generic Mouse".
Signed-off-by: Aaron Ma <email address hidden>
Cc: <email address hidden>
Signed-off-by: Dmitry Torokhov <email address hidden>