From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751805AbcFFLYY (ORCPT ); Mon, 6 Jun 2016 07:24:24 -0400 Received: from mail-wm0-f53.google.com ([74.125.82.53]:38612 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751385AbcFFLYW (ORCPT ); Mon, 6 Jun 2016 07:24:22 -0400 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Dmitry Torokhov , Hans de Goede , Ben Gamari Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH 0/5] Input: alps - cleanup Date: Mon, 6 Jun 2016 13:23:56 +0200 Message-Id: <1465212241-14702-1-git-send-email-pali.rohar@gmail.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH 0/5] Input: alps - cleanup Date: Mon, 6 Jun 2016 13:23:56 +0200 Message-ID: <1465212241-14702-1-git-send-email-pali.rohar@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wm0-f53.google.com ([74.125.82.53]:38612 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751385AbcFFLYW (ORCPT ); Mon, 6 Jun 2016 07:24:22 -0400 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov , Hans de Goede , Ben Gamari Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= This patch series cleanup usage of alps_model_data table. Pali Roh=C3=A1r (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(-) --=20 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html