From: Dmitry Torokhov <dtor@insightbb.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: LKML <linux-kernel@vger.kernel.org>, Andrew Morton <akpm@osdl.org>
Subject: [git pull] Input update for 2.6.18-rc3
Date: Sat, 5 Aug 2006 13:38:13 -0400 [thread overview]
Message-ID: <200608051338.13913.dtor@insightbb.com> (raw)
Hi Linus,
I redid the 'for-linus' branch to resolve conflicts with Greg and added
the fix for atkbd to restore repeat rate upon resume, 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
Changelog:
Andrew Morton:
Input: wistron - fix section reference mismatches
Input: fix list iteration in input_release_device()
Dmitry Torokhov:
Input: remove accept method from input_dev
Input: add start() method to input handlers
Input: introduce input_inject_event() function
Input: fm801-gp - fix use after free
Input: libps2 - warn instead of oopsing when passed bad arguments
Input: iforce - check array bounds before accessing elements
Input: HID - fix potential out-of-bound array access
Input: add missing handler->start() call
Input: hiddev - use standard list implementation
Input: keyboard - remove static variable and clean up initialization
Input: keyboard - simplify emulate_raw() implementation
Input: keyboard - change to use kzalloc
Input: trackpoint - activate protocol when resuming
Input: atkbd - restore repeat rate when resuming
Input: ati_remote - relax permissions sysfs module parameters
Input: ati_remote - add missing input_sync()
Input: ati_remote - use msec instead of jiffies
Edwin Huffstutler:
Input: ati_remote - make filter time a module parameter
Nick Martin:
Input: spaceball - make 4000FLX Lefty work
Przemek Iskra:
Input: iforce - add Trust Force Feedback Race Master support
Randy Dunlap:
Input: serio/gameport - check whether driver core calls succeeded
Roberto Castagnola:
Input: logips2pp - fix button mapping for MX300
Diffstat:
drivers/char/keyboard.c | 139 ++++++++++++----------
drivers/input/evdev.c | 10 -
drivers/input/gameport/fm801-gp.c | 4
drivers/input/gameport/gameport.c | 66 +++++++---
drivers/input/input.c | 57 +++++++--
drivers/input/joystick/iforce/iforce-main.c | 19 +--
drivers/input/joystick/spaceball.c | 2
drivers/input/keyboard/atkbd.c | 103 +++++++++-------
drivers/input/misc/wistron_btns.c | 20 +--
drivers/input/mouse/logips2pp.c | 3
drivers/input/mouse/trackpoint.c | 52 +++++---
drivers/input/serio/libps2.c | 5
drivers/input/serio/serio.c | 65 ++++++++--
drivers/usb/input/ati_remote.c | 173 ++++++++++++++++------------
drivers/usb/input/hid-input.c | 3
drivers/usb/input/hiddev.c | 72 ++++++-----
include/linux/input.h | 24 +++
17 files changed, 509 insertions(+), 308 deletions(-)
--
Dmitry
reply other threads:[~2006-08-05 17:38 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=200608051338.13913.dtor@insightbb.com \
--to=dtor@insightbb.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox