From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759117AbZDQC3d (ORCPT ); Thu, 16 Apr 2009 22:29:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754133AbZDQC3Z (ORCPT ); Thu, 16 Apr 2009 22:29:25 -0400 Received: from wa-out-1112.google.com ([209.85.146.178]:12971 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753225AbZDQC3X (ORCPT ); Thu, 16 Apr 2009 22:29:23 -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:content-transfer-encoding:user-agent; b=sSEiKcVlzN9tQ2h4Vkpvx6Gesq4V2plcfl3SHuBflb2s2DyIYN9RXnvwzIMFOObATh ZC+o403D2l+DUrVPwwUpdyD3EnuGEsr9ALruDFFhNYXsCgAO6w7ywmTMcJInowSAoL40 rIwCq9JqOFphLCUcHo8KZROAF2NC3hHjBr7EY= Date: Thu, 16 Apr 2009 19:29:15 -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.30-rc2 Message-ID: <20090417022915.GA7594@dtor-d630.eng.vmware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.18 (2008-05-17) 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. Changelog: --------- Alexander Beregalov (1): Input: hp_sdc_rtc should depend on serio Arjan van de Ven (3): Input: i8042 - introduce a tougher reset Input: i8042 - add a DMI table for the i8042.reset option Input: remove unnecessary synchronize_rcu() call Barry Carroll (1): Input: atkbd - add forced release keys quirk for Samsung NC20 Ben Nizette (1): Input: ads7846 - fix unsafe disable_irq Dmitry Torokhov (2): Input: gameport - fix attach driver code Input: atkbd - add forced release keys quirk for Samsung Q45 Eric Miao (3): Input: ads7846 - introduce platform specific way to synchronize sampling Input: da9034-ts - add Bin Yang as co-author of the driver Input: da9034-ts - make pen {down,up} events more reliable Ilpo Järvinen (1): Input: pc110pad - remove unused variable dev Jiri Slaby (1): Input: mainstone-wm97xx - fix condition in pen_up Mark Brown (1): Input: wm97xx - don't specify IRQF_SAMPLE_RANDOM Michael Hennerich (2): Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flag Input: bf54x-keys - remove depreciated IRQF_SAMPLE_RANDOM flag Diffstat: -------- drivers/input/gameport/gameport.c | 14 ++++----- drivers/input/input.c | 1 - drivers/input/keyboard/atkbd.c | 20 +++++++++++++- drivers/input/keyboard/bf54x-keys.c | 2 +- drivers/input/misc/Kconfig | 2 +- drivers/input/mouse/pc110pad.c | 1 - drivers/input/serio/i8042-x86ia64io.h | 28 +++++++++++++++++++ drivers/input/serio/i8042.c | 37 ++++++++++++++++++++----- drivers/input/touchscreen/ad7877.c | 4 +- drivers/input/touchscreen/ad7879.c | 3 +- drivers/input/touchscreen/ads7846.c | 12 +++++++- drivers/input/touchscreen/da9034-ts.c | 29 ++++++++++++------- drivers/input/touchscreen/mainstone-wm97xx.c | 7 ++--- drivers/input/touchscreen/wm97xx-core.c | 3 +- include/linux/spi/ads7846.h | 1 + 15 files changed, 121 insertions(+), 43 deletions(-) -- Dmitry