From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Subject: [PATCH 0/7] Fixes for ALPS trackstick Date: Fri, 14 Nov 2014 20:38:19 +0100 Message-ID: <1415993906-13307-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-wg0-f45.google.com ([74.125.82.45]:42679 "EHLO mail-wg0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161709AbaKNTiv (ORCPT ); Fri, 14 Nov 2014 14:38:51 -0500 Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov , Hans de Goede Cc: Yunkang Tang , Vadim Klishko , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Pali=20Roh=C3=A1r?= This patch series fix detection and identifying trackstick on machines = with ALPS devices. Last patch split trackstick and bare PS/2 mouse packets b= etween dev2 and dev3 input devices which make sure that driver will send only = trackstick data to trackstick input device. Pali Roh=C3=A1r (7): input: alps: Set correct name of psmouse device in alps_init() input: alps: Move trackstick detection to alps_hw_init_* input: alps: Move alps_dolphin_get_device_area into alps_hw_init_dolphin_v1 input: alps: Use NULL instead dummy argument for alps_identify input: alps: Fix name, product and version of dev2 input device input: alps: Add sanity checks for non DualPoint devices input: alps: Do not report both trackstick and external PS/2 mouse data to one input device drivers/input/mouse/alps.c | 361 +++++++++++++++++++++++++++++++-----= -------- drivers/input/mouse/alps.h | 14 +- 2 files changed, 264 insertions(+), 111 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