linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 2.6.33-rc3
Date: Tue, 12 Jan 2010 00:39:43 -0800	[thread overview]
Message-ID: <20100112083943.GA13714@core.coreip.homeip.net> (raw)

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:
---------

Adam Jackson (1):
      Input: evdev - be less aggressive about sending SIGIO notifies

Daniel Drake (1):
      Input: psmouse - fix Synaptics detection when protocol is disabled

Dmitry Torokhov (3):
      Input: atkbd - fix canceling event_work in disconnect
      Input: xbox - do not use GFP_KERNEL under spinlock
      Input: add compat support for sysfs and /proc capabilities output

Elliott Sales de Andrade (1):
      Input: i8042 - add Dritek quirk for Acer Aspire 5610.

Eric W. Biederman (1):
      Input: serio - fix potential deadlock when unbinding drivers

Henrik Rydberg (1):
      Input: bcm5974 - report ABS_MT events

Miguel Aguilar (1):
      Input: davinci_keyscan - add device_enable method to platform data

Roel Kluin (1):
      Input: gf2k - fix &&/|| confusion in gf2k_connect()


Diffstat:
--------

 arch/arm/mach-davinci/include/mach/keyscan.h |    1 +
 drivers/input/evdev.c                        |    3 +-
 drivers/input/input-compat.h                 |    2 +
 drivers/input/input.c                        |   74 ++++++++++++++++++++-----
 drivers/input/joystick/gf2k.c                |    2 +-
 drivers/input/joystick/xpad.c                |    4 +-
 drivers/input/keyboard/atkbd.c               |   69 +++++++++++------------
 drivers/input/keyboard/davinci_keyscan.c     |    8 +++
 drivers/input/mouse/bcm5974.c                |   44 +++++++++++++++-
 drivers/input/mouse/psmouse-base.c           |   41 ++++----------
 drivers/input/mouse/synaptics.c              |   10 ++++
 drivers/input/mouse/synaptics.h              |    1 +
 drivers/input/serio/i8042-x86ia64io.h        |    7 +++
 include/linux/serio.h                        |   19 -------
 14 files changed, 180 insertions(+), 105 deletions(-)

-- 
Dmitry


             reply	other threads:[~2010-01-12  8:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-12  8:39 Dmitry Torokhov [this message]
2010-01-12 16:53 ` [git pull] Input updates for 2.6.33-rc3 Dmitry Torokhov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100112083943.GA13714@core.coreip.homeip.net \
    --to=dmitry.torokhov@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).