From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751131AbdHZTOQ (ORCPT ); Sat, 26 Aug 2017 15:14:16 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35782 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbdHZTOP (ORCPT ); Sat, 26 Aug 2017 15:14:15 -0400 Date: Sat, 26 Aug 2017 12:14:11 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for v4.13-rc6 Message-ID: <20170826191411.GA7101@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. You will get: - a tweak to IBM Trackpoint driver that helps recognizing trackpoints on never Lenovo Carbons; - a fix to ALPS driver solving scroll issues on some Dells; - yet another ACPI ID has been added to Elan I2C toucpad driver; - quieted diagnostic message in soc_button_array driver. Thanks! Changelog: --------- Aaron Ma (1): Input: trackpoint - add new trackpoint firmware ID Hans de Goede (1): Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365 KT Liao (1): Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310 Masaki Ota (1): Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpad Diffstat: -------- drivers/input/misc/soc_button_array.c | 2 +- drivers/input/mouse/alps.c | 41 ++++++++++++++++++++++++++--------- drivers/input/mouse/alps.h | 8 +++++++ drivers/input/mouse/elan_i2c_core.c | 1 + drivers/input/mouse/trackpoint.c | 3 ++- drivers/input/mouse/trackpoint.h | 3 ++- 6 files changed, 45 insertions(+), 13 deletions(-) -- Dmitry