From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbcFFLcs (ORCPT ); Mon, 6 Jun 2016 07:32:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52200 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751360AbcFFLcm (ORCPT ); Mon, 6 Jun 2016 07:32:42 -0400 Subject: Re: [PATCH 0/5] Input: alps - cleanup To: =?UTF-8?Q?Pali_Roh=c3=a1r?= , Dmitry Torokhov , Ben Gamari References: <1465212241-14702-1-git-send-email-pali.rohar@gmail.com> Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org From: Hans de Goede Message-ID: Date: Mon, 6 Jun 2016 13:32:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <1465212241-14702-1-git-send-email-pali.rohar@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Mon, 06 Jun 2016 11:32:36 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 06-06-16 13:23, Pali Rohár wrote: > This patch series cleanup usage of alps_model_data table. > > Pali Rohár (5): > Input: alps - move ALPS_PROTO_V6 out of alps_model_data table > Input: alps - move ALPS_PROTO_V4 out of alps_model_data table > Input: alps - move ALPS_PROTO_V1 out of alps_model_data table > Input: alps - warn about unsupported ALPS V9 touchpad > Input: alps - cleanup ALPS_PROTO_V2 detection > > drivers/input/mouse/alps.c | 99 ++++++++++++++++++++++++++------------------ > drivers/input/mouse/alps.h | 10 ++--- > 2 files changed, 62 insertions(+), 47 deletions(-) Series looks good to me: Acked-by: Hans de Goede Thanks & Regards, Hans