Bug 46371
Summary: | SynPS/2 Synaptics TouchPad missing space | ||
---|---|---|---|
Product: | Drivers | Reporter: | kriha6 |
Component: | Input Devices | Assignee: | drivers_input-devices |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | arutemus, dmitry.torokhov, florian, kdudka, p.finizio, reiver, seth |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.5.3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
maximum coordinates
xinput list-props Patch to adjust threshold for treating position values as negative |
Description
kriha6
2012-08-23 14:45:53 UTC
What tool did you use to detect this? Does evtest utility report events when finger in that dead zone? Yes, evtest does report events when I finger the dead zone. Could you tell me what is maximum coordinates reported by evtest for your touchpad and also what 'xinput list-props' shows for it? Created attachment 78361 [details]
maximum coordinates
I wasn't sure what you mean by maximum coordinates but I touched the four corners of the touchpad while runnning evtest and this is the output.
Created attachment 78371 [details]
xinput list-props
I have same problem starting with 3.5.3 where the vertical scroll region on Synaptics touchpad no longer works, only pressure events are reported. Reverting "Input: synaptics - handle out of bounds values from the hardware" resolves the problem. Created attachment 79731 [details]
Patch to adjust threshold for treating position values as negative
Could you test this patch to see if it fixes the problem? Thanks.
Yes, this patch fixes the issue with my vertical scroll region. Thank you. I had the same problem. Patch fixed it. Unfortunately this bugfix was not included with the just released Linux 3.6 but is in Dmitri's for-linux input git as of two days ago. After it's in 3.7-rc can we get a stable inclusion request for 3.5 and 3.6 please? Yes, sorry about this. The commit is marked for stable so should get picked up for 3.6.1. All right on 3.6.1-1.fc18.i686 from Fedora - Kojii's Repository. Thank you Dmitry. A patch referencing this bug report has been merged in Linux v3.7-rc1: commit 824efd37415961d38821ecbd9694e213fb2e8b32 Author: Seth Forshee <seth.forshee@canonical.com> Date: Fri Sep 28 10:29:21 2012 -0700 Input: synaptics - adjust threshold for treating position values as negative |