| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
|
| |
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
| |
Reported to work well on Dell Studio 17, Dell XT2, HP TX2 and Lenovo T410s.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
|
| |
|
|
| |
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
|
| | |
|
| | |
|
| |
|