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. The changes consist of couple bug/regression fixes and also 3 patches dropping 'tty' argument from SysRq handlers. While the last 3 are not bug fixes I mentioned that I would be sending them in my -rc0 pull request and so I hope they could still make it in (I did not send them with rc0 pull request because there were conflicts and I waited for -rc1 to merge and resolve). Thanks, Changelog: --------- Axel Lin (1): Input: pxa27x_keypad - remove input_free_device() in pxa27x_keypad_remove() Christoph Fritz (1): Input: mousedev - fix regression of inverting axes Dmitry Torokhov (4): Input: sysrq - drop tty argument from sysrq ops handlers Input: sysrq - drop tty argument form handle_sysrq() USB: drop tty argument from usb_serial_handle_sysrq_char() Input: hil_kbd - fix compile error Kay Sievers (1): Input: uinput - add devname alias to allow module on-demand load Diffstat: -------- arch/arm/kernel/etm.c | 2 +- arch/ia64/hp/sim/simserial.c | 2 +- arch/powerpc/xmon/xmon.c | 5 +-- arch/sparc/kernel/process_64.c | 2 +- arch/um/drivers/mconsole_kern.c | 2 +- drivers/char/hangcheck-timer.c | 2 +- drivers/char/hvc_console.c | 2 +- drivers/char/hvsi.c | 2 +- drivers/char/sysrq.c | 53 +++++++++++++++---------------- drivers/gpu/drm/drm_fb_helper.c | 2 +- drivers/input/keyboard/hil_kbd.c | 12 +++--- drivers/input/keyboard/pxa27x_keypad.c | 2 - drivers/input/misc/uinput.c | 2 + drivers/input/mousedev.c | 8 ++-- drivers/net/ibm_newemac/debug.c | 2 +- drivers/s390/char/ctrlchar.c | 4 +-- drivers/s390/char/keyboard.c | 2 +- drivers/serial/sn_console.c | 2 +- drivers/usb/serial/ftdi_sio.c | 2 +- drivers/usb/serial/generic.c | 10 ++--- drivers/usb/serial/pl2303.c | 2 +- drivers/usb/serial/ssu100.c | 2 +- drivers/xen/manage.c | 2 +- include/linux/miscdevice.h | 1 + include/linux/serial_core.h | 2 +- include/linux/sysrq.h | 16 +++++---- include/linux/uinput.h | 1 - include/linux/usb/serial.h | 3 +- kernel/debug/debug_core.c | 2 +- kernel/debug/kdb/kdb_main.c | 2 +- kernel/power/poweroff.c | 2 +- 31 files changed, 75 insertions(+), 80 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