--- v5
+++ v4
@@ -1,9 +1,13 @@
Hello,
----
-For v5:
- Patch 4:
- Per Dmitry: Add up, down, right, middle, and extended button reporting.
+For v4:
+ Patch 4 & 7:
+ Per Henrik: Do not report synaptics 'w' as ABS_MT_TOUCH_MAJOR. This has
+ the nice side affect of cleaning up slot reporting.
+
+ Patch 6 (new):
+ Per Chase: Document 'report more touches than slots' behavior.
----
This patch set (against next) is intended to add support for synaptics
@@ -42,6 +46,7 @@
Thanks,
Daniel
+
Daniel Kurtz (9):
Input: synaptics - refactor y inversion
Input: synaptics - refactor agm packet parsing
@@ -55,10 +60,10 @@
Documentation/input/multi-touch-protocol.txt | 14 +
drivers/input/input-mt.c | 1 +
- drivers/input/mouse/synaptics.c | 527 +++++++++++++++++++++++---
+ drivers/input/mouse/synaptics.c | 489 ++++++++++++++++++++++++--
drivers/input/mouse/synaptics.h | 27 ++-
include/linux/input.h | 1 +
- 5 files changed, 519 insertions(+), 51 deletions(-)
+ 5 files changed, 495 insertions(+), 37 deletions(-)
--
1.7.3.1