[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1320699160-28492-1-git-send-email-seth.forshee@canonical.com>
Date: Mon, 7 Nov 2011 14:52:33 -0600
From: Seth Forshee <seth.forshee@...onical.com>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: Alessandro Rubini <rubini@...vis.unipv.it>,
Henrik Rydberg <rydberg@...omail.se>,
Chase Douglas <chase.douglas@...onical.com>,
Andrew Skalski <askalski@...il.com>,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/7] Additional ALPS touchpad protocol support
Minor updates to previous patches to address review comments and to
rebase onto ALPS driver changes in 3.2.
Changes since v1:
- Changed to use stack-allocated buffer instead of kmalloced buffer in
alps_poll.
- Rebased onto alps.c changes merged in 3.2 merge window, changing all
debug and error messages to use psmouse_* print statements.
Seth Forshee (7):
Input: ALPS - Move protocol information to Documentation
Input: psmouse - Add PSMOUSE_CMD_RESET_WRAP
Input: ALPS - Add protocol version field in alps_model_info
Input: ALPS - Remove assumptions about packet size
Input: ALPS - Add support for protocol versions 3 and 4
Input: ALPS - Add semi-MT support for v3 protocol
Input: ALPS - Add documentation for protocol versions 3 and 4
Documentation/input/alps.txt | 188 ++++++++
drivers/input/mouse/alps.c | 1036 +++++++++++++++++++++++++++++++++++++----
drivers/input/mouse/alps.h | 19 +
drivers/input/mouse/psmouse.h | 1 +
4 files changed, 1163 insertions(+), 81 deletions(-)
create mode 100644 Documentation/input/alps.txt
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists