[git pull] Input update for 2.6.17-rc3
From: Dmitry Torokhov
Date: Sat Apr 29 2006 - 01:43:24 EST
Linus,
Please pull from:
ÂÂÂÂÂÂÂÂgit://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
or
ÂÂÂÂÂÂÂÂmaster.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
to get various input layer updates.
Diffstat:
drivers/char/keyboard.c | 38 ++-
drivers/input/evdev.c | 21 +
drivers/input/input.c | 11
drivers/input/keyboard/spitzkbd.c | 4
drivers/input/misc/wistron_btns.c | 30 ++
drivers/input/mouse/psmouse-base.c | 4
drivers/input/touchscreen/ads7846.c | 414 +++++++++++++++++++++++++++++-------
include/linux/input.h | 109 ++++-----
include/linux/mod_devicetable.h | 48 ++++
include/linux/spi/ads7846.h | 7
scripts/mod/file2alias.c | 36 +--
11 files changed, 555 insertions(+), 167 deletions(-)
Changelog:
Dmitry Torokhov:
Input: allow passing NULL to input_free_device()
Input: move input_device_id to mod_devicetable.h
Input: psmouse - fix new device detection logic
Input: ressurect EVIOCGREP and EVIOCSREP
Input: make EVIOCGSND return meaningful data
Imre Deak:
Input: ads7846 - add pen_down sysfs attribute
Input: ads7846 - power down ADC a bit later
Input: ads7846 - debouncing and rudimentary sample filtering
Input: ads7846 - miscellaneous fixes
Input: ads7846 - handle IRQs that were latched during disabled IRQs
Input: ads7846 - report 0 pressure value along with pen up event
Input: ads7846 - improve filtering for thumb press accuracy
John Reed Riley:
Input: wistron - add support for Fujitsu N3510
Juha Yrjola:
Input: ads7846 - use msleep() instead of udelay() in suspend
Richard Purdie:
Input: spitzkbd - fix the reversed Address and Calender keys
Samuel Thibault:
Input: allow using several chords for braille
Stefan Rompf:
Input: wistron - add signature for Amilo M7400
--
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/