[git pull] Input updates for 2.6.39-rc3

From: Dmitry Torokhov
Date: Mon Apr 18 2011 - 13:23:20 EST


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. Couple of driver fixes plus
changes to evdev to signal buffer overruns to userspace and also change
to input core to estimate number of events in a packet (mostly useful
for multitouch devices).

Changelog:
---------

Axel Lin (1):
Input: twl4030_keypad - fix potential NULL dereference in twl4030_kp_probe()

Chase Douglas (1):
Input: document event types and codes and their intended use

Christoph Fritz (1):
Input: h3600_ts - fix error handling at connect

Igor Mammedov (1):
Input: xen-kbdfront - fix mouse getting stuck after save/restore

Jarod Wilson (1):
Input: add KEY_IMAGES specifically for AL Image Browser

Jeff Brown (2):
Input: evdev - indicate buffer overrun with SYN_DROPPED
Input: estimate number of events per packet

Shubhrajyoti D (1):
Input: twl4030_keypad - avoid potential NULL-pointer dereference


Diffstat:
--------

Documentation/input/event-codes.txt | 262 ++++++++++++++++++++++++++++
drivers/input/evdev.c | 33 +++--
drivers/input/input.c | 40 +++++
drivers/input/keyboard/twl4030_keypad.c | 6 +-
drivers/input/misc/xen-kbdfront.c | 13 ++-
drivers/input/touchscreen/h3600_ts_input.c | 17 +-
include/linux/input.h | 10 +-
include/linux/input/mt.h | 6 +
8 files changed, 361 insertions(+), 26 deletions(-)
create mode 100644 Documentation/input/event-codes.txt

--
Dmitry

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