From: Dmitry Torokhov <dtor@insightbb.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] More input updates for post-2.6.22
Date: Wed, 18 Jul 2007 01:27:00 -0400 [thread overview]
Message-ID: <200707180127.01614.dtor@insightbb.com> (raw)
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:
---------
Dmitry Torokhov (3):
Input: add driver for Fujitsu serial touchscreens
Input: i8042 - give more trust to PNP data on i386
Input: document intended meaning of KEY_SWITCHVIDEOMODE
Jan Kratochvil (1):
Input: xpad - add support for leds on xbox 360 pad
Pavel Emelianov (1):
Input: switch to using seq_list_xxx helpers
Semih Hazar (2):
Input: ads7846 - introduce sample settling delay
Input: ads7846 - re-check pendown status before reporting events
Diffstat:
--------
drivers/input/input.c | 29 +----
drivers/input/joystick/Kconfig | 7 +
drivers/input/joystick/xpad.c | 190 +++++++++++++++++++++++++-------
drivers/input/serio/i8042-x86ia64io.h | 36 +++++-
drivers/input/touchscreen/Kconfig | 13 ++
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/ads7846.c | 80 +++++++++++++-
drivers/input/touchscreen/fujitsu_ts.c | 189 +++++++++++++++++++++++++++++++
include/linux/input.h | 3 +-
include/linux/serio.h | 1 +
include/linux/spi/ads7846.h | 14 +++
11 files changed, 487 insertions(+), 76 deletions(-)
create mode 100644 drivers/input/touchscreen/fujitsu_ts.c
--
Dmitry
next reply other threads:[~2007-07-18 5:27 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-18 5:27 Dmitry Torokhov [this message]
2007-07-20 4:35 ` [git pull] More input updates for post-2.6.22 Dmitry Torokhov
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=200707180127.01614.dtor@insightbb.com \
--to=dtor@insightbb.com \
--cc=akpm@linux-foundation.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 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.