From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752510AbdIARZ6 (ORCPT ); Fri, 1 Sep 2017 13:25:58 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:36144 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752470AbdIARZ4 (ORCPT ); Fri, 1 Sep 2017 13:25:56 -0400 X-Google-Smtp-Source: ADKCNb5tdaehG/Pv9Ed/bSyw3HMfJat0GaJWE/9v6ct4npC1ivXF5frpgG7rjXRcoFVjpwpvUCr4hA== Date: Fri, 1 Sep 2017 10:25: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 v4.13-rc7 Message-ID: <20170901172550.GA15089@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. Just a couple drivers fixes (Synaptics PS/2, Xpad). Changelog: --------- Anthony Martin (1): Input: synaptics - fix device info appearing different on reconnect Cameron Gutman (1): Input: xpad - fix PowerA init quirk for some gamepad models Diffstat: -------- drivers/input/joystick/xpad.c | 24 +++++++++++++++++++----- drivers/input/mouse/synaptics.c | 35 ++++++++++++++++++++--------------- 2 files changed, 39 insertions(+), 20 deletions(-) Thanks. -- Dmitry