From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH v2 0/7] Additional ALPS touchpad protocol support Date: Mon, 7 Nov 2011 19:55:48 -0800 Message-ID: <20111108035548.GB21927@core.coreip.homeip.net> References: <1320699160-28492-1-git-send-email-seth.forshee@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pz0-f42.google.com ([209.85.210.42]:35207 "EHLO mail-pz0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754497Ab1KHDzz (ORCPT ); Mon, 7 Nov 2011 22:55:55 -0500 Content-Disposition: inline In-Reply-To: <1320699160-28492-1-git-send-email-seth.forshee@canonical.com> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Seth Forshee Cc: Alessandro Rubini , Henrik Rydberg , Chase Douglas , Andrew Skalski , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On Mon, Nov 07, 2011 at 02:52:33PM -0600, Seth Forshee wrote: > 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 > Applied all (bit folded 2 into 5). Thanks Seth. -- Dmitry