From: Dmitry Torokhov <dtor_core@ameritech.net>
To: Linus Torvalds <torvalds@osdl.org>
Cc: Andrew Morton <akpm@osdl.org>, LKML <linux-kernel@vger.kernel.org>
Subject: [git pull] Input update for 2.6.17-rc3
Date: Sat, 29 Apr 2006 01:43:17 -0400 [thread overview]
Message-ID: <200604290143.18191.dtor_core@ameritech.net> (raw)
Linus,
Please pull 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 get various input layer updates.
Diffstat:
drivers/char/keyboard.c | 38 ++-
drivers/input/evdev.c | 21 +
drivers/input/input.c | 11
drivers/input/keyboard/spitzkbd.c | 4
drivers/input/misc/wistron_btns.c | 30 ++
drivers/input/mouse/psmouse-base.c | 4
drivers/input/touchscreen/ads7846.c | 414 +++++++++++++++++++++++++++++-------
include/linux/input.h | 109 ++++-----
include/linux/mod_devicetable.h | 48 ++++
include/linux/spi/ads7846.h | 7
scripts/mod/file2alias.c | 36 +--
11 files changed, 555 insertions(+), 167 deletions(-)
Changelog:
Dmitry Torokhov:
Input: allow passing NULL to input_free_device()
Input: move input_device_id to mod_devicetable.h
Input: psmouse - fix new device detection logic
Input: ressurect EVIOCGREP and EVIOCSREP
Input: make EVIOCGSND return meaningful data
Imre Deak:
Input: ads7846 - add pen_down sysfs attribute
Input: ads7846 - power down ADC a bit later
Input: ads7846 - debouncing and rudimentary sample filtering
Input: ads7846 - miscellaneous fixes
Input: ads7846 - handle IRQs that were latched during disabled IRQs
Input: ads7846 - report 0 pressure value along with pen up event
Input: ads7846 - improve filtering for thumb press accuracy
John Reed Riley:
Input: wistron - add support for Fujitsu N3510
Juha Yrjola:
Input: ads7846 - use msleep() instead of udelay() in suspend
Richard Purdie:
Input: spitzkbd - fix the reversed Address and Calender keys
Samuel Thibault:
Input: allow using several chords for braille
Stefan Rompf:
Input: wistron - add signature for Amilo M7400
--
Dmitry
reply other threads:[~2006-04-29 5:43 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=200604290143.18191.dtor_core@ameritech.net \
--to=dtor_core@ameritech.net \
--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.