From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981Ab0GVPwQ (ORCPT ); Thu, 22 Jul 2010 11:52:16 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:56775 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750743Ab0GVPwM (ORCPT ); Thu, 22 Jul 2010 11:52:12 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=us9jtcBSGMQMFBkZD5PL2pTbgQlZn8VJa9PD4b/dlAx7SEyaGz0zjYcYjcVMmTafO/ 8VrlLe6fD/J1LIRjXkge4g5fhgsvmrVGGhZ981WylbCIXCZ08xt7YIzJx8xGNUnnYYlq wal8bU6Wdy3yvLroM7KQkuLKx8mgYatByX42c= Date: Thu, 22 Jul 2010 08:51:59 -0700 From: Dmitry Torokhov To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-input@vger.kernel.org Subject: [git pull] Input updates for 2.6.35-rc5 Message-ID: <20100722155159.GA22052@core.coreip.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-12-10) 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 or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. There are fixes for oopses in gamecon and twl40300-keypad dtivers, fix for recent regression in gamecon with PSX pads, and couple of changes dealing with hardware quirks. Changelog: --------- Christoph Fritz (1): Input: qt2160 - rename kconfig symbol name Dmitry Torokhov (4): Input: gamecon - reference correct input device in NES mode Input: gamecon - reference correct pad in gc_psx_command() Input: twl40300-keypad - fix handling of "all ground" rows Input: synaptics - relax capability ID checks on newer hardware Kamal Mostafa (1): Input: i8042 - add Gigabyte Spring Peak to dmi_noloop_table Wan ZongShun (1): Input: w90p910_keypad - change platfrom driver name to 'nuc900-kpi' Diffstat: -------- arch/arm/mach-omap2/board-rx51-peripherals.c | 17 ++++++++++++++--- drivers/input/joystick/gamecon.c | 5 ++--- drivers/input/keyboard/Kconfig | 2 +- drivers/input/keyboard/twl4030_keypad.c | 17 +++++++++++------ drivers/input/keyboard/w90p910_keypad.c | 2 +- drivers/input/mouse/synaptics.c | 7 ++++++- drivers/input/mouse/synaptics.h | 3 ++- drivers/input/serio/i8042-x86ia64io.h | 7 +++++++ 8 files changed, 44 insertions(+), 16 deletions(-) -- Dmitry