[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20090708065046.GA3309@dtor-d630.eng.vmware.com>
Date: Tue, 7 Jul 2009 23:50:47 -0700
From: Dmitry Torokhov <dmitry.torokhov@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-input@...r.kernel.org
Subject: [git pull] Input updates for 2.6.31-rc0
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 a few bugfixes
and also a driver for GPIO-based matrix keyboards that's been cooking
for quite a time.
Changelog:
---------
David Brownell (1):
Input: dm355evm_keys - fix kconfig symbol names
Dmitry Torokhov (1):
Input: arrange keyboards alphabetically
Eric Miao (1):
Input: add support for generic GPIO-based matrix keypad
Jani Nikula (2):
Input: gpio-keys - revert 'change timer to workqueue'
Input: gpio-keys - avoid possibility of sleeping in timer function
Ping Cheng (1):
Input: wacom - add DTF720a support and fix rotation on Intuos3
Saeed Bishara (1):
Input: gpio_mouse - use standard driver registration method
Thadeu Lima de Souza Cascardo (1):
Input: mark serio and i8042 as suspended when hibernating too
Yan Li (1):
Input: i8042 - more reset quirks for MSI Wind-clone netbooks
Diffstat:
--------
drivers/input/keyboard/Kconfig | 294 +++++++++++----------
drivers/input/keyboard/Makefile | 33 ++--
drivers/input/keyboard/gpio_keys.c | 33 ++-
drivers/input/keyboard/matrix_keypad.c | 453 ++++++++++++++++++++++++++++++++
drivers/input/mouse/gpio_mouse.c | 11 +-
drivers/input/serio/i8042-x86ia64io.h | 28 ++
drivers/input/serio/i8042.c | 7 +-
drivers/input/serio/serio.c | 7 +-
drivers/input/tablet/wacom_wac.c | 6 +-
drivers/mfd/dm355evm_msp.c | 3 +-
include/linux/input/matrix_keypad.h | 65 +++++
11 files changed, 757 insertions(+), 183 deletions(-)
create mode 100644 drivers/input/keyboard/matrix_keypad.c
create mode 100644 include/linux/input/matrix_keypad.h
--
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists