From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752904AbbFFAE5 (ORCPT ); Fri, 5 Jun 2015 20:04:57 -0400 Received: from mail-ie0-f174.google.com ([209.85.223.174]:33588 "EHLO mail-ie0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbbFFAEy (ORCPT ); Fri, 5 Jun 2015 20:04:54 -0400 Date: Fri, 5 Jun 2015 17:04:49 -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.1-rc6 Message-ID: <20150606000449.GA6397@dtor-ws> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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. Just a couple touchpad drivers fixups. Changelog: --------- Hans de Goede (2): Input: elantech - fix detection of touchpads where the revision matches a known rate Input: alps - do not reduce trackpoint speed by half 洪一竹 (1): Input: elantech - add new icbody type Diffstat: -------- drivers/input/mouse/alps.c | 5 ++--- drivers/input/mouse/elantech.c | 8 +++++--- 2 files changed, 7 insertions(+), 6 deletions(-) -- Dmitry