From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752835AbaKZQzL (ORCPT ); Wed, 26 Nov 2014 11:55:11 -0500 Received: from mail-oi0-f52.google.com ([209.85.218.52]:40952 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750884AbaKZQzI (ORCPT ); Wed, 26 Nov 2014 11:55:08 -0500 Date: Wed, 26 Nov 2014 08:45:06 -0800 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, Jiri Kosina , Ulrik De Bie , Benjamin Tissoires Subject: [git pull] Input updates for 3.18-rc6 Message-ID: <20141126164506.GA28274@dtor-glaptop> 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 or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. The main change is to fix breakage in Elantech driver introduced by the recent commit adding trackpoint reporting to protocol v4. Now we are trusting the hardware to advertise the trackpoint properly and do not try to decode the data as trackpoint if firmware told us it is not present. Changelog: --------- Ben Sagal (1): Input: synaptics - adjust min/max on Thinkpad E540 Dmitry Torokhov (1): Input: elantech - trust firmware about trackpoint presence Greg Kroah-Hartman (1): Input: xpad - use proper endpoint type Diffstat: -------- drivers/input/joystick/xpad.c | 16 +++++++++++++--- drivers/input/mouse/elantech.c | 10 +--------- drivers/input/mouse/synaptics.c | 4 ++++ 3 files changed, 18 insertions(+), 12 deletions(-) Thanks. -- Dmitry