From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755528AbdDNV5b (ORCPT ); Fri, 14 Apr 2017 17:57:31 -0400 Received: from mail-pg0-f67.google.com ([74.125.83.67]:35198 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755143AbdDNV52 (ORCPT ); Fri, 14 Apr 2017 17:57:28 -0400 Date: Fri, 14 Apr 2017 14:57:24 -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.11-rc3 Message-ID: <20170414215724.GA32492@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 small update to xpad driver to recognize yet another gamepad, and another change making sure userio.h is exported. Changelog: --------- Cameron Gutman (1): Input: xpad - add support for Razer Wildcat gamepad Naohiro Aota (1): uapi: add missing install of userio.h Diffstat: -------- drivers/input/joystick/xpad.c | 2 ++ include/uapi/linux/Kbuild | 1 + 2 files changed, 3 insertions(+) -- Dmitry