From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: [git pull] Input updates for 2.6.33-rc2 Date: Sun, 27 Dec 2009 13:49:24 -0800 Message-ID: <20091227214924.GB16279@core.coreip.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pw0-f42.google.com ([209.85.160.42]:54080 "EHLO mail-pw0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751214AbZL0Vt3 (ORCPT ); Sun, 27 Dec 2009 16:49:29 -0500 Content-Disposition: inline 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. Changelog: --------- Dmitry Torokhov (5): Input: speed up suspend/shutdown for PS/2 mice and keyboards Input: serio - do not mark kseriod freezable anymore Input: ff-memless - another fix for signed to unsigned overflow Input: iforce - fix oops on device disconnect Input: matrix-keypad - handle cases when GPIOs can't be wakeup sources Jari Vanhala (2): Input: ff-memless - start playing FF effects immediately Input: ff-memless - add notion of direction to for rumble effects Diffstat: -------- drivers/input/ff-memless.c | 48 +++++++++++++++++++++++---- drivers/input/joystick/iforce/iforce-main.c | 26 +++------------ drivers/input/joystick/iforce/iforce-usb.c | 28 ++++------------ drivers/input/joystick/iforce/iforce.h | 2 - drivers/input/keyboard/atkbd.c | 5 ++- drivers/input/keyboard/matrix_keypad.c | 29 ++++++++++++---- drivers/input/mouse/psmouse-base.c | 5 ++- drivers/input/serio/serio.c | 11 +----- 8 files changed, 84 insertions(+), 70 deletions(-) -- Dmitry