From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753427AbbDFUhN (ORCPT ); Mon, 6 Apr 2015 16:37:13 -0400 Received: from mail-ig0-f178.google.com ([209.85.213.178]:38802 "EHLO mail-ig0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753039AbbDFUhK (ORCPT ); Mon, 6 Apr 2015 16:37:10 -0400 Date: Mon, 6 Apr 2015 13:37:05 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Pali =?iso-8859-1?Q?Roh=E1r?= , Hans de Goede Subject: [git pull] Input updates for 4.0-rc6 Message-ID: <20150406203705.GD36776@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem - two more tweaks for ALPS driver to work out kinks after splitting the touchpad, trackstick, and potential external PS/2 mouse into separate input devices. Changes to support ALPS SS4 devices (protocol V8) will be coming in 4.1... Changelog: --------- Hans de Goede (3): Input: alps - report interleaved bare PS/2 packets via dev3 Input: alps - report V2 Dualpoint Stick events via the right evdev node Input: alps - document stick behavior for protocol V2 Diffstat: -------- Documentation/input/alps.txt | 8 ++++++++ drivers/input/mouse/alps.c | 37 +++++++++++++++++++++++-------------- 2 files changed, 31 insertions(+), 14 deletions(-) -- Dmitry