Bug 18062 - Multitouch support for Synaptics V7.4 Touchpads
Summary: Multitouch support for Synaptics V7.4 Touchpads
Status: RESOLVED OBSOLETE
Alias: None
Product: Drivers
Classification: Unclassified
Component: Input Devices (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: drivers_input-devices
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 07:31 UTC by tob
Modified: 2013-12-10 22:00 UTC (History)
5 users (show)

See Also:
Kernel Version: 2.6
Subsystem:
Regression: No
Bisected commit-id:


Attachments
Synaptics Multitouch Initialization (1.13 KB, text/plain)
2010-09-08 07:31 UTC, tob
Details
Script to send Init sequence to touchpad and monitor response (1.89 KB, application/x-shellscript)
2010-09-08 07:34 UTC, tob
Details

Description tob 2010-09-08 07:31:24 UTC
Created attachment 29262 [details]
Synaptics Multitouch Initialization

I was inspired by Andrew Skalski's work that he did for the Alps touchpad in Bug # 14660.  So I used the same technique to find the multitouch initialization sequence for the Synaptics Clickpad touchpad in my HP dv7t Select laptop.  I have attached the initialization sequence exchanged between the Windows 7 Synaptics driver and the touchpad as well as a script that I borrowed from Andrew Skalski's work that makes it easy to send the initialization sequence to the touchpad and monitor the response.

I haven't  figured out the new 12 byte protocol yet but here are a few quick observations:
1)One finger contact utilizes the same 6 byte absolute format that is detailed in the Synaptics PS/2 interfacing guide.  A new 12 byte protocol is used whenever 2 or more fingers are used.
2)The touchpad can report the contact of 1, 2, or 3 fingers.
3)X and Y coordinates for 2 points on the touchpad are provided.
Comment 1 tob 2010-09-08 07:34:11 UTC
Created attachment 29282 [details]
Script to send Init sequence to touchpad and monitor response
Comment 2 Cody P Schafer 2010-09-09 21:04:14 UTC
Could you disclose what exactly the method of obtaining the initialization sequence was?
Comment 3 tob 2010-09-10 06:37:17 UTC
I followed the procedure that Andrew Skalski detailed in post #140 of this bug report: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/550625
Comment 4 Gursimran singh Mohar 2010-11-09 19:04:58 UTC
great work Tob!!

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