[git pull] Input updates for 2.6.28-rc1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dmitry Torokhov
Date: Thursday, October 23, 2008 - 8:33 pm

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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[git pull] Input updates for 2.6.28-rc1, Dmitry Torokhov, (Thu Oct 23, 8:33 pm)