All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dtor@insightbb.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Andrew Morton <akpm@osdl.org>
Subject: [git pull] Input patches for 2.6.20-rc3
Date: Tue, 2 Jan 2007 01:02:17 -0500	[thread overview]
Message-ID: <200701020102.18310.dtor@insightbb.com> (raw)

Hi Linus,

Please consider pulling 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 receive updates for input subsystem. There is a new driver for GPIO
connected keys from handheld.org tree and an update for ads7846 driver
from OPAM tree. Since these trees are main users of the drivers I think
chance of failure is pretty low.

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

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

Dmitry Torokhov (1):
      Input: i8042 - really suppress ACK/NAK during panic blink

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

Jiri Slaby (1):
      Input: hid-ff - add support for Logitech Momo racing wheel

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

Stephen Hemminger (1):
      Input: lifebook - add support for Lifebook 6210

Diffstat:
---------
 drivers/input/keyboard/Kconfig       |   19 -
 drivers/input/keyboard/Makefile      |    5 
 drivers/input/keyboard/gpio_keys.c   |  147 ++++++++
 drivers/input/mouse/lifebook.c       |    6 
 drivers/input/mouse/pc110pad.c       |    2 
 drivers/input/serio/i8042.c          |    7 
 drivers/input/touchscreen/Kconfig    |    9 
 drivers/input/touchscreen/ads7846.c  |  581 +++++++++++++++++++++++------------
 drivers/usb/input/hid-ff.c           |    1 
 drivers/usb/input/hid-lgff.c         |    1 
 include/asm-arm/hardware/gpio_keys.h |   17 +
 include/linux/spi/ads7846.h          |   12 
 12 files changed, 604 insertions(+), 203 deletions(-)

-- 
Dmitry

                 reply	other threads:[~2007-01-02  6:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200701020102.18310.dtor@insightbb.com \
    --to=dtor@insightbb.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.