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: --------- Alan Stern (1): Input: enable remote wakeup for PNP i8042 keyboard ports Arnd Bergmann (1): Input: remove BKL, fix input_open_file() locking Christoph Fritz (1): Input: i8042 - add ALDI/MEDION netbook E1222 to qurik reset table Dan Carpenter (1): Input: gamecon - fix off by one range check Dmitry Torokhov (2): Input: i8042 - use platfrom_create_bundle() helper Input: scancode in get/set_keycodes should be unsigned Jari Vanhala (1): Input: add driver for TWL4030 vibrator device Mark Brown (1): Input: wm831x-on - convert to use genirq Martin Buck (1): Input: ALPS - fix stuck buttons on some touchpads Michael Hennerich (2): Input: ads7846 - add support for AD7843 parts Input: ad7877 - increase pen up imeout Mike Frysinger (1): Input: bf54x-keys - fix system hang when pressing a key Ping Cheng (2): Input: wacom - replace WACOM_PKGLEN_PENABLED Input: wacom - merge out and in prox events Ranjith Lohithakshan (1): Input: ads7846 - add wakeup support Thadeu Lima de Souza Cascardo (2): Input: mousedev - remove BKL Input: serio_raw - remove BKL Thomas Bächler (1): Input: alps - add support for the touchpad on Toshiba Tecra A11-11L Vadim Zaliva (1): Input: appletouch - fix integer overflow issue Diffstat: -------- drivers/hid/hid-input.c | 24 ++-- drivers/input/evdev.c | 2 +- drivers/input/input.c | 38 ++-- drivers/input/joystick/gamecon.c | 2 +- drivers/input/keyboard/bf54x-keys.c | 2 +- drivers/input/misc/Kconfig | 11 + drivers/input/misc/Makefile | 1 + drivers/input/misc/ati_remote2.c | 14 +- drivers/input/misc/twl4030-vibra.c | 297 ++++++++++++++++++++++++++++ drivers/input/misc/winbond-cir.c | 12 +- drivers/input/misc/wm831x-on.c | 9 +- drivers/input/mouse/alps.c | 57 +++---- drivers/input/mouse/appletouch.c | 6 +- drivers/input/mousedev.c | 6 - drivers/input/serio/i8042-x86ia64io.h | 10 + drivers/input/serio/i8042.c | 24 +-- drivers/input/serio/serio_raw.c | 11 +- drivers/input/sparse-keymap.c | 6 +- drivers/input/tablet/wacom_sys.c | 4 +- drivers/input/tablet/wacom_wac.c | 165 ++++++---------- drivers/input/tablet/wacom_wac.h | 1 - drivers/input/touchscreen/Kconfig | 9 +- drivers/input/touchscreen/ad7877.c | 2 +- drivers/input/touchscreen/ads7846.c | 20 ++ drivers/media/IR/ir-keytable.c | 4 +- drivers/media/dvb/dvb-usb/dvb-usb-remote.c | 4 +- drivers/platform/x86/dell-wmi.c | 16 +- drivers/platform/x86/hp-wmi.c | 15 +- drivers/platform/x86/panasonic-laptop.c | 15 +- drivers/platform/x86/topstar-laptop.c | 13 +- drivers/platform/x86/toshiba_acpi.c | 17 +- include/linux/input.h | 20 ++- include/linux/spi/ads7846.h | 3 +- 33 files changed, 553 insertions(+), 287 deletions(-) create mode 100644 drivers/input/misc/twl4030-vibra.c -- 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