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-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html