Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get a fix for "RETRIGEN" handling in Atmel touch controllers that was causing lost interrupts on systems using edge-triggered interrupts, a quirk for i8042 driver, and a couple more fixes. Changelog: --------- Dmitry Torokhov (1): Input: soc_button_array - add missing include Linus Walleij (1): Input: atmel_mxt_ts - fix lost interrupts Luo Meng (1): Input: i8042 - fix error return code in i8042_setup_aux() Po-Hsu Lin (1): Input: i8042 - add ByteSpeed touchpad to noloop table Sanjay Govind (1): Input: xpad - support Ardwiino Controllers Diffstat: -------- drivers/input/joystick/xpad.c | 2 ++ drivers/input/misc/soc_button_array.c | 1 + drivers/input/serio/i8042-x86ia64io.h | 4 ++++ drivers/input/serio/i8042.c | 3 ++- drivers/input/touchscreen/atmel_mxt_ts.c | 4 ++-- 5 files changed, 11 insertions(+), 3 deletions(-) Thanks. -- Dmitry