linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] Input patches for 2.6.20+
@ 2007-02-10  6:48 Dmitry Torokhov
  0 siblings, 0 replies; only message in thread
From: Dmitry Torokhov @ 2007-02-10  6:48 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML, Andrew Morton

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

Changelog:
----------
Akinobu Mita (1):
      Input: pc110pad - return proper error

Cyrill V. Gorcunov (1):
      Input: HIL - handle erros from input_register_device()

David Brownell (1):
      Input: ads7846 - be more compatible with the hwmon framework

Dmitry Torokhov (3):
      Input: i8042 - really suppress ACK/NAK during panic blink
      Input: i8042 - fix AUX IRQ delivery check

Imre Deak (5):
      Input: ads7846 - pluggable filtering logic
      Input: ads7846 - optionally leave Vref on during differential measurements
      Input: ads7846 - switch to using hrtimer
      Input: ads7846 - select correct SPI mode
      Input: ads7846 - detect pen up from GPIO state

Jaya Kumar (1):
      Input: add Atlas button driver

Jiri Slaby (2):
      Input: hid-ff - add support for Logitech Momo racing wheel
      Input: remove scan_keyb driver

Michael Leun (1):
      Input: wistron - add support for Fujitsu-Siemens Amilo D88x0

Phil Blundell (1):
      Input: gpio-keys - keyboard driver for GPIO buttons

Richard Purdie (1):
      Input: tsdev - schedule removal

Robert P. J. Day (1):
      Input: inport - use correct config option for ATIXL

Diffstat:
---------
 b/Documentation/feature-removal-schedule.txt |   15 +
 b/drivers/input/keyboard/Kconfig             |   19 +
 b/drivers/input/keyboard/Makefile            |    5 
 b/drivers/input/keyboard/gpio_keys.c         |  147 ++++++++++++
 b/drivers/input/keyboard/hilkbd.c            |  114 +++++-----
 b/drivers/input/misc/Kconfig                 |   10 
 b/drivers/input/misc/Makefile                |    1 
 b/drivers/input/misc/atlas_btns.c            |  170 +++++++++++++++
 b/drivers/input/misc/wistron_btns.c          |   20 +
 b/drivers/input/mouse/inport.c               |    2 
 b/drivers/input/mouse/pc110pad.c             |    2 
 b/drivers/input/serio/i8042.c                |    5 
 b/drivers/input/touchscreen/Kconfig          |    9 
 b/drivers/input/touchscreen/ads7846.c        |  306 +++++++++++++++++++--------
 b/drivers/input/tsdev.c                      |    4 
 b/drivers/usb/input/hid-ff.c                 |    1 
 b/drivers/usb/input/hid-lgff.c               |    1 
 b/include/asm-arm/hardware/gpio_keys.h       |   17 +
 b/include/linux/spi/ads7846.h                |    2 
 drivers/char/scan_keyb.c                     |  149 -------------
 drivers/char/scan_keyb.h                     |   15 -
 drivers/input/serio/i8042.c                  |    7 
 drivers/input/touchscreen/ads7846.c          |  275 +++++++++++++++---------
 include/linux/spi/ads7846.h                  |   10 
 24 files changed, 889 insertions(+), 417 deletions(-)


-- 
Dmitry

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

only message in thread, other threads:[~2007-02-10  6:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-10  6:48 [git pull] Input patches for 2.6.20+ Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).