From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753281AbbGKH1h (ORCPT ); Sat, 11 Jul 2015 03:27:37 -0400 Received: from mail-ie0-f175.google.com ([209.85.223.175]:33281 "EHLO mail-ie0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752148AbbGKH1g (ORCPT ); Sat, 11 Jul 2015 03:27:36 -0400 Date: Fri, 10 Jul 2015 17:05:50 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 4.2-rc1 Message-ID: <20150711000550.GD35720@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'll get a fix (revert) for a recent regression in Synaptics driver and a fix for Elan i2c touchpad driver. Changelog: --------- Dmitry Torokhov (1): Revert "Input: synaptics - allocate 3 slots to keep stability in image sensors" duson (1): Input: elan_i2c - change the hover event from MT to ST Diffstat: -------- drivers/input/mouse/elan_i2c_core.c | 12 +++++------- drivers/input/mouse/synaptics.c | 2 +- 2 files changed, 6 insertions(+), 8 deletions(-) -- Dmitry