linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-input@vger.kernel.org
Subject: [git pull] Input updates for 2.6.28-rc1
Date: Thu, 23 Oct 2008 23:33:40 -0400	[thread overview]
Message-ID: <20081024033339.GA14393@anvil.corenet.prv> (raw)

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. It contains completely new
Elantech driver for touchpads found in EeePCs and other notebooks and a
small update to i8042. Elantech driver has been cooking in -mm for a
long time and also was present in -next for a week or so.

Thanks!

Changelog:
---------

Arjan Opmeer (1):
      Input: psmouse - add support for Elantech touchpads

Stefan Bader (1):
      Input: i8042 - add Blue FB5601 to noloop exception table


Diffstat:
--------

 Documentation/input/elantech.txt      |  405 ++++++++++++++++++++
 drivers/input/mouse/Kconfig           |   25 ++-
 drivers/input/mouse/Makefile          |    1 +
 drivers/input/mouse/elantech.c        |  674 +++++++++++++++++++++++++++++++++
 drivers/input/mouse/elantech.h        |  124 ++++++
 drivers/input/mouse/psmouse-base.c    |   23 ++
 drivers/input/mouse/psmouse.h         |    1 +
 drivers/input/serio/i8042-x86ia64io.h |    8 +
 8 files changed, 1259 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/input/elantech.txt
 create mode 100644 drivers/input/mouse/elantech.c
 create mode 100644 drivers/input/mouse/elantech.h

-- 
Dmitry

                 reply	other threads:[~2008-10-24  3:33 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=20081024033339.GA14393@anvil.corenet.prv \
    --to=dmitry.torokhov@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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).