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 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html