* [git pull] Input updates for 2.6.37-rc1
@ 2010-11-12 6:12 Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-11-12 6:12 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [git pull] Input updates for 2.6.37-rc1
@ 2010-11-19 17:18 Dmitry Torokhov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2010-11-19 17:18 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Andrew Morton, linux-kernel, linux-input
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.
There is a fix for keycode mapping regression affecting mostly
sony-laptop users; fix for regression in SysRq handling code causing it
to swallow lone Alt+SysRq (without any follow up action) so that print
screen shortcuts stopped working, and a patch that tightens security on
Aiptek sysfs attributes.
Changelog:
---------
Dmitry Torokhov (2):
Input: sysrq - pass along lone Alt + SysRq
Input: aiptek - tighten up permissions on sysfs attributes
Mattia Dongili (1):
Input: fix typo in keycode validation supporting large scancodes
Diffstat:
--------
drivers/input/input.c | 2 +-
drivers/input/tablet/aiptek.c | 28 ++++----
drivers/tty/sysrq.c | 169 ++++++++++++++++++++++++++++++-----------
3 files changed, 139 insertions(+), 60 deletions(-)
--
Dmitry
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-11-19 17:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 17:18 [git pull] Input updates for 2.6.37-rc1 Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2010-11-12 6:12 Dmitry Torokhov
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).