From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932574AbdCGSOP (ORCPT ); Tue, 7 Mar 2017 13:14:15 -0500 Received: from mail-pg0-f54.google.com ([74.125.83.54]:33635 "EHLO mail-pg0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754640AbdCGSOJ (ORCPT ); Tue, 7 Mar 2017 13:14:09 -0500 Date: Tue, 7 Mar 2017 09:44:28 -0800 From: Dmitry Torokhov To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/3] Input: alps - cleanup Message-ID: <20170307174428.GB13740@dtor-ws> References: <1465212241-14702-1-git-send-email-pali.rohar@gmail.com> <1488626666-16577-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1488626666-16577-1-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Mar 04, 2017 at 12:24:23PM +0100, Pali Rohár wrote: > This patch series cleanup usage of alps_model_data table. > > Changes since v1: Patches for ALPS_PROTO_V6 and ALPS_PROTO_V1 were > dropped and support for those touchpad are still in alps_model_data. > > Pali Rohár (3): > Input: alps - move ALPS_PROTO_V4 out of alps_model_data table > Input: alps - warn about unsupported ALPS V9 touchpad > Input: alps - cleanup alps_model_data > > drivers/input/mouse/alps.c | 75 +++++++++++++++++++++++++------------------- > drivers/input/mouse/alps.h | 6 +--- > 2 files changed, 43 insertions(+), 38 deletions(-) Applied the lot, thank you. -- Dmitry