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.37-rc1
Date: Thu, 11 Nov 2010 22:12:11 -0800	[thread overview]
Message-ID: <20101112061211.GA5096@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. Random driver fixes and
changes to make SysRq handler work better with KGDB. There will be
another change to SysRq handler to fix regression with not passing lone
Alt+SysRq and thus breaking print screen shortcut, but it is too young
to send it in this pull request.

Thanks!

Changelog:
---------

Axel Lin (1):
      Input: acecad - fix a memory leak in usb_acecad_probe error path

Benjamin LaHaise (1):
      Input: atkbd - add 'terminal' parameter for IBM Terminal keyboards

Dan Carpenter (1):
      Input: pcf8574_keypad - fix error handling in pcf8574_kp_probe

Dmitry Torokhov (3):
      Input: export input_reset_device() for use in KGDB
      kgdboc: reset input devices (keyboards) when exiting debugger
      Input: do not pass injected events back to the originating handler

Jesse Barnes (1):
      Input: i8042 - add Sony VAIOs to MUX blacklist

Michael Hennerich (1):
      Input: adp5588-keys - unify common header defines


Diffstat:
--------

 drivers/input/input.c                 |   87 +++++++++++++++++++++++----------
 drivers/input/keyboard/adp5588-keys.c |   74 +++++++++------------------
 drivers/input/keyboard/atkbd.c        |   12 ++++-
 drivers/input/misc/pcf8574_keypad.c   |   23 ++++-----
 drivers/input/serio/i8042-x86ia64io.h |   11 ++++
 drivers/input/tablet/acecad.c         |    3 +-
 drivers/serial/kgdboc.c               |   59 ++++++++++++++++++++++
 include/linux/i2c/adp5588.h           |   15 +++++-
 include/linux/input.h                 |    4 +-
 9 files changed, 196 insertions(+), 92 deletions(-)

-- 
Dmitry


             reply	other threads:[~2010-11-12  6:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12  6:12 Dmitry Torokhov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-11-19 17:18 [git pull] Input updates for 2.6.37-rc1 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=20101112061211.GA5096@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).