Bug 1079224 - Parameters for new/2. gen Lenovo X1 touchpad with integrated buttons for the trackpoint
Summary: Parameters for new/2. gen Lenovo X1 touchpad with integrated buttons for the ...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: synaptics
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-21 08:59 UTC by birger
Modified: 2014-03-25 09:33 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-25 09:33:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
clickpad button configuration for 2nd gen Lenovo X1 (241 bytes, text/plain)
2014-03-25 08:31 UTC, birger
no flags Details

Description birger 2014-03-21 08:59:14 UTC
Description of problem:
The trackpad on the new Lenovo X1 isn't correctly defined by default. It has integrated button 'fields' for the trackpoint that the driver doesn't know about.

Version-Release number of selected component (if applicable):
xorg-x11-drv-synaptics-1.7.4-1.fc20.x86_64

How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Fixed by adding this as a file I called /etc/X11/xorg.conf.d/10-clickpad.conf
Section "InputClass"
Identifier "Default clickpad buttons"
MatchDriver "synaptics"
# Option "SoftButtonAreas" "RBL RBR RBT RBB MBL MBR MBT MBB"
Option "SoftButtonAreas" "3600 0 0 2499 2700 3599 0 2499"
Option "AreaTopEdge" "2500"
EndSection

But I assume this should go into the driver or quirks in some way so it becomes known by default.

Comment 1 birger 2014-03-25 08:31:34 UTC
Created attachment 878341 [details]
clickpad button configuration for 2nd gen Lenovo X1

Comment 2 birger 2014-03-25 09:33:32 UTC
I submitted this upstream as https://bugs.freedesktop.org/show_bug.cgi?id=76584


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