From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chase Douglas Subject: Re: [PATCH 3/7] Input: ALPS - Add protocol version field in alps_model_info Date: Sun, 30 Oct 2011 11:34:43 -0400 Message-ID: <4EAD6E93.2080002@canonical.com> References: <1319663681-11244-1-git-send-email-seth.forshee@canonical.com> <1319663681-11244-4-git-send-email-seth.forshee@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from youngberry.canonical.com ([91.189.89.112]:58159 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934146Ab1J3Pes (ORCPT ); Sun, 30 Oct 2011 11:34:48 -0400 In-Reply-To: <1319663681-11244-4-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: Dmitry Torokhov , Alessandro Rubini , Henrik Rydberg , Andrew Skalski , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org On 10/26/2011 05:14 PM, Seth Forshee wrote: > In preparation for adding support for more ALPS protocol versions, > add a field for the protocol version to the model info instead of > using a field in the flags. OLDPROTO and !OLDPROTO are now called > version 1 and version 2, repsectively. > > Signed-off-by: Seth Forshee Makes sense, and the old solution obviously was not going to work going forward. Acked-by: Chase Douglas