From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Donohue Subject: [PATCH v5 0/3] Input: ALPS - Bug fix and cleanup for SS5 hardware Date: Thu, 10 Nov 2016 11:44:43 -0500 Message-ID: <1478796286-1924-1-git-send-email-linux-kernel@PaulSD.com> References: <20161110151942.GA3969@pali> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from Lepton.TopQuark.net ([168.235.66.66]:47289 "EHLO Mail2.TopQuark.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935106AbcKJQo7 (ORCPT ); Thu, 10 Nov 2016 11:44:59 -0500 In-Reply-To: <20161110151942.GA3969@pali> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: linux-input@vger.kernel.org Cc: Ben Gamari , =?UTF-8?q?Pali=20Roh=C3=A1r?= , Michal Hocko , Paul Donohue This series includes a bug fix and assorted cleanup for the Alps SS5 (SS4 v2) code. Changes in v5: * Moved TrackStick decoding logic to alps_process_packet_ss4_v2() to make the code more consistent with other protocol versions (Suggested by Pali Roh=C3=A1r ) Changes in v4: * Fixed patch formatting issues * Correct casting issues in macros added in v3 Changes in v3: * Added additional code cleanup to make the code easier to understand (Suggested by Pali Roh=C3=A1r ) Changes in v2: * For consistency with other Alps functions, check packet bytes for packet type rather than adding a flag to alps_fields for packet type. (Suggested by Pali Roh=C3=A1r ) Paul Donohue (3): Input: ALPS - Fix TrackStick support for SS5 hardware Input: ALPS - Clean up TrackStick handling for SS5 hardware Input: ALPS - Clean up code for SS5 hardware drivers/input/mouse/alps.c | 59 +++++++++++++++++++++++++---------------= ------ drivers/input/mouse/alps.h | 22 ++++++++++++++++- 2 files changed, 53 insertions(+), 28 deletions(-) --=20 2.7.4