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 input subsystem.

Changelog:
---------

Dmitry Torokhov (3):
      Input: add driver for Fujitsu serial touchscreens
      Input: i8042 - give more trust to PNP data on i386
      Input: document intended meaning of KEY_SWITCHVIDEOMODE

Jan Kratochvil (1):
      Input: xpad - add support for leds on xbox 360 pad

Pavel Emelianov (1):
      Input: switch to using seq_list_xxx helpers

Semih Hazar (2):
      Input: ads7846 - introduce sample settling delay
      Input: ads7846 - re-check pendown status before reporting events

Diffstat:
--------

 drivers/input/input.c                  |   29 +----
 drivers/input/joystick/Kconfig         |    7 +
 drivers/input/joystick/xpad.c          |  190 +++++++++++++++++++++++++-------
 drivers/input/serio/i8042-x86ia64io.h  |   36 +++++-
 drivers/input/touchscreen/Kconfig      |   13 ++
 drivers/input/touchscreen/Makefile     |    1 +
 drivers/input/touchscreen/ads7846.c    |   80 +++++++++++++-
 drivers/input/touchscreen/fujitsu_ts.c |  189 +++++++++++++++++++++++++++++++
 include/linux/input.h                  |    3 +-
 include/linux/serio.h                  |    1 +
 include/linux/spi/ads7846.h            |   14 +++
 11 files changed, 487 insertions(+), 76 deletions(-)
 create mode 100644 drivers/input/touchscreen/fujitsu_ts.c

-- 
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to