summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mask pen switch eventsHenrik Rydberg2010-11-111-0/+4
| | | | | | | | | When the pen comes in proximity, special packets appear on the multitouch device. This confuses userland which misinterprets the touch state. This patch masks the special pen packets consisting of a single finger of width 10, thereby fixing the problem. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Fix for single-touch firmwareHenrik Rydberg2010-11-112-4/+27
| | | | | | | | | | | The current driver does not work for single-touch firmware, and the driver occasionally crashes. The HID report which resets the array index is never received, resulting in out-of-range memory access. This patch restores functionality by detecting the presence of the multitouch firmware, and adds a range check to make the driver resilient against additional unknown firmware versions. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* New driver for maverickHenrik Rydberg2010-09-107-6/+12
| | | | | | Reported to work well on Dell Studio 17, Dell XT2, HP TX2 and Lenovo T410s. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Update to maverick driver versionHenrik Rydberg2010-09-101-110/+229
| | | | Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
* Minor fixes, v1.0.1Henrik Rydberg2010-08-251-0/+6
|
* works well for one fingerHenrik Rydberg2010-08-251-28/+24
|
* try thisHenrik Rydberg2010-08-251-7/+11
|
* initial version with Dell XT2 support onlyHenrik Rydberg2010-08-2520-0/+1221