From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: [git pull] Input updates for 2.6.38-rc2 Date: Tue, 25 Jan 2011 20:57:06 -0800 Message-ID: <20110126045706.GB23085@core.coreip.homeip.net> References: <20110107065448.GC29038@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-gw0-f46.google.com ([74.125.83.46]:46550 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379Ab1AZE5N (ORCPT ); Tue, 25 Jan 2011 23:57:13 -0500 Content-Disposition: inline In-Reply-To: <20110107065448.GC29038@core.coreip.homeip.net> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-input@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. Mostly small fixups to the drivers, but also a new keyboard driver. Since it is for previously unsupported hardware; arch-specific and we are pretty early in the release cycle I hope it is still OK to get it in. Thanks! Changelog: --------- Andy Whitcroft (1): Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistent David Engraf (1): Input: serio - allow registered drivers to get status flag Davidlohr Bueso (1): Input: ct82710c - return proper error code for ct82c710_open Dmitry Torokhov (1): Input: sparse-keymap - fix KEY_VSW handling in sparse_keymap_setup Jamie Iles (2): Input: tnetv107x-keypad - don't treat NULL clk as an error Input: tnetv107x-ts - don't treat NULL clk as an error Naveen Kumar Gaddipati (2): Input: bu21013_ts - remove duplicate resolution parameters Input: bu21013_ts - added regulator support Philippe Langlais (1): Input: gpio_keys - switch to using request_any_context_irq Ping Cheng (2): Input: wacom - add 2 Bamboo Pen and touch models Input: wacom - pass touch resolution to clients through input_absinfo Rakesh Iyer (1): Input: tegra-kbc - add tegra keyboard driver Diffstat: -------- arch/arm/mach-tegra/include/mach/kbc.h | 61 +++ drivers/input/keyboard/Kconfig | 10 + drivers/input/keyboard/Makefile | 1 + drivers/input/keyboard/gpio_keys.c | 6 +- drivers/input/keyboard/tegra-kbc.c | 727 +++++++++++++++++++++++++++++ drivers/input/keyboard/tnetv107x-keypad.c | 5 +- drivers/input/serio/ct82c710.c | 8 +- drivers/input/serio/serport.c | 24 +- drivers/input/sparse-keymap.c | 1 + drivers/input/tablet/wacom_wac.c | 27 +- drivers/input/touchscreen/bu21013_ts.c | 39 ++- drivers/input/touchscreen/tnetv107x-ts.c | 5 +- drivers/tty/sysrq.c | 2 +- include/linux/input/bu21013.h | 4 - include/linux/sysrq.h | 3 + kernel/sysctl.c | 3 +- 16 files changed, 901 insertions(+), 25 deletions(-) create mode 100644 arch/arm/mach-tegra/include/mach/kbc.h create mode 100644 drivers/input/keyboard/tegra-kbc.c -- Dmitry