Bug 1114768 - Only 50% of the touchpad area working on a Lenovo ThinkPad Edge E531
Summary: Only 50% of the touchpad area working on a Lenovo ThinkPad Edge E531
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 20
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Hans de Goede
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-06-30 23:12 UTC by David H. Gutteridge
Modified: 2014-07-08 00:58 UTC (History)
8 users (show)

Fixed In Version: kernel-3.15.3-200.fc20
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-07-08 00:58:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description David H. Gutteridge 2014-06-30 23:12:07 UTC
Description of problem:

This bug is essentially the same as bug 1089689, except for a different model of Lenovo laptop: the ThinkPad Edge E531. Only the top 50% of the touchpad area is responsive on Fedora 20 when moving the mouse pointer with one finger (all of it works fine on Windows 7). However, two finger scrolling and two finger right click works everywhere.

cat /sys/class/dmi/id/product_version
ThinkPad Edge E531

cat /sys/devices/pnp0/*/id

PNP0200
INT0800
PNP0103
PNP0c04
PNP0c02
PNP0b00
INT3f0d
PNP0c02
PNP0800
PTL0001
PNP0303
LEN2002
PNP0f13
PNP0c02

(All identical to the E431 except for LEN2002.)

dmesg | grep -i synaptics
[    2.669043] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd001a3/0x940300/0x127c00, board id: 2722, fw id: 1484859
[    2.669048] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    2.735372] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5

(Different firmware ID than the E431.)

sudo touchpad-edge-detector /dev/input/event4 (five samples)

Touchpad SynPS/2 Synaptics TouchPad on /dev/input/event4
Move one finger around the touchpad to detect the actual edges
Kernel says:	x [1472..5112], y [1408..3834]

Sample 1:Touchpad sends:	x [1024..5107], y [2067..4832]
Sample 2:Touchpad sends:	x [1024..5102], y [2075..4832]
Sample 3:Touchpad sends:	x [1024..5065], y [2063..4832]
Sample 4:Touchpad sends:	x [1024..5082], y [2054..4832]
Sample 5:Touchpad sends:	x [1024..5074], y [2045..4832]

(Note for any other potential bug reporters reading this. To get touchpad-edge-detector, you need to install the package libevdev-utils.)

Comment 1 Hans de Goede 2014-07-01 10:48:49 UTC
Thanks for the excellent bug report, you've included all the necessary info, so I've been able to write a patch to fix this right away.

I've send this patch to the upstream kernel maintainers, and I've added it to the Fedora kernel package, where it will get picked up by the next official Fedora kernel build.

I've also started a scratch-build with the patch added, which you can use in the mean time:

http://koji.fedoraproject.org/koji/taskinfo?taskID=7095762

(note this is still building atm)

Please download the kernel-3.15....rpm for the arch you are using and install it using:
"sudo rpm -ivh kernel...rpm", then boot into the new kernel and let us know if it fixes things.

Regards,

Hans

Comment 2 David H. Gutteridge 2014-07-01 23:23:31 UTC
There's a significant improvement with the test kernel, now almost all of the touchpad surface is responsive. I did notice at the very bottom, there's a bit where two-finger actions are still registered, but one finger is not. I tried touchpad-edge-detector again, and the minimum values it gave me were:

Kernel says:	x [1024..5112], y [2024..4832]
Touchpad sends:	x [1024..5057], y [2045..4832]

In any case, the difference in area is pretty small.

Thanks for being so responsive to this report!

Regards,

Dave

Comment 3 Fedora Update System 2014-07-02 02:08:32 UTC
kernel-3.15.3-200.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/kernel-3.15.3-200.fc20

Comment 4 Hans de Goede 2014-07-02 11:32:16 UTC
(In reply to David H. Gutteridge from comment #2)
> There's a significant improvement with the test kernel, now almost all of
> the touchpad surface is responsive. I did notice at the very bottom, there's
> a bit where two-finger actions are still registered, but one finger is not.

That is intentional, so that if you say carefully put the mouse over something you want to right click, and then put down a finger in the bottom right area to do a right click, you don't accidentally move the mouse.

The bottom area should work fine for moving the cursor around if the finger doing the moving starts outside of the bottom area. But if you let a finger start in the bottom area, it won't cause pointer movement until you move it out of the bottom area.

Comment 5 David H. Gutteridge 2014-07-03 01:30:26 UTC
That makes perfect sense, and that's exactly how it's working with the test kernel. And I see 3.15.3 is making its way through the Bodhi workflow with the patch included. This bug can be closed, from my perspective.

Comment 6 Fedora Update System 2014-07-03 04:06:43 UTC
Package kernel-3.15.3-200.fc20:
* should fix your issue,
* was pushed to the Fedora 20 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing kernel-3.15.3-200.fc20'
as soon as you are able to, then reboot.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2014-8017/kernel-3.15.3-200.fc20
then log in and leave karma (feedback).

Comment 7 Fedora Update System 2014-07-08 00:58:57 UTC
kernel-3.15.3-200.fc20 has been pushed to the Fedora 20 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.