public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [git pull] Input update for 2.6.17-rc3
@ 2006-04-29  5:43 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2006-04-29  5:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Andrew Morton, LKML

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-04-29  5:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-29  5:43 [git pull] Input update for 2.6.17-rc3 Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox