From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752596AbcJABci (ORCPT ); Fri, 30 Sep 2016 21:32:38 -0400 Received: from mail-pf0-f196.google.com ([209.85.192.196]:36647 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751020AbcJABcf (ORCPT ); Fri, 30 Sep 2016 21:32:35 -0400 Date: Fri, 30 Sep 2016 18:32:31 -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.8-rc8 Message-ID: <20161001013231.GA16135@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. One small change to make joydev (which is used by older games) to bind to devices that export Z axis but not X or Y (such as TRC rudder). Changelog: --------- Ville Ranki (1): Input: joydev - recognize devices with Z axis as joysticks Diffstat: -------- drivers/input/joydev.c | 6 ++++++ 1 file changed, 6 insertions(+) -- Dmitry