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
Date: Mon, 26 Jun 2006 02:35:03 -0400 [thread overview]
Message-ID: <200606260235.03718.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
It contains support for Intellimouse 4.0 in psmouse driver, improved
support for korean keyboards; sprintf changed into snprintf to make
sure we don't stop on data adjacent to buffer and some other changes.
Diffstat:
MAINTAINERS | 3
drivers/char/keyboard.c | 16 +-
drivers/input/evdev.c | 10 +
drivers/input/input.c | 85 +++++++---
drivers/input/joydev.c | 69 +++++---
drivers/input/joystick/a3d.c | 2
drivers/input/joystick/analog.c | 23 +-
drivers/input/joystick/cobra.c | 3
drivers/input/joystick/db9.c | 3
drivers/input/joystick/gamecon.c | 3
drivers/input/joystick/gf2k.c | 2
drivers/input/joystick/grip.c | 3
drivers/input/joystick/guillemot.c | 2
drivers/input/joystick/iforce/iforce-ff.c | 8 -
drivers/input/joystick/iforce/iforce-main.c | 6
drivers/input/joystick/interact.c | 2
drivers/input/joystick/magellan.c | 2
drivers/input/joystick/sidewinder.c | 15 +
drivers/input/joystick/spaceball.c | 2
drivers/input/joystick/spaceorb.c | 2
drivers/input/joystick/stinger.c | 2
drivers/input/joystick/twidjoy.c | 2
drivers/input/joystick/warrior.c | 2
drivers/input/keyboard/atkbd.c | 219 +++++++++++++++++-----------
drivers/input/keyboard/lkkbd.c | 9 -
drivers/input/keyboard/newtonkbd.c | 2
drivers/input/keyboard/sunkbd.c | 2
drivers/input/keyboard/xtkbd.c | 2
drivers/input/mouse/alps.c | 2
drivers/input/mouse/psmouse-base.c | 39 ++++
drivers/input/mouse/sermouse.c | 2
drivers/input/mouse/vsxxxaa.c | 22 +-
drivers/input/mousedev.c | 42 +++--
drivers/input/touchscreen/gunze.c | 2
drivers/input/touchscreen/h3600_ts_input.c | 2
drivers/input/touchscreen/mtouch.c | 2
drivers/input/tsdev.c | 22 +-
drivers/macintosh/Makefile | 2
drivers/macintosh/adbhid.c | 2
drivers/macintosh/via-pmu-event.c | 80 ++++++++++
drivers/macintosh/via-pmu-event.h | 8 +
drivers/macintosh/via-pmu.c | 8 +
drivers/usb/input/fixp-arith.h | 15 -
drivers/usb/input/hid-debug.h | 2
include/linux/input.h | 10 -
45 files changed, 515 insertions(+), 248 deletions(-)
Changelog:
Andreas Mohr:
Input: constify drivers/char/keyboard.c
Anssi Hannula:
Input: iforce - use ENOSPC instead of ENOMEM
Input: fix accuracy of fixp-arith.h
Dmitry Torokhov:
Input: fix potential overflows in driver/input/mouse
Input: fix potential overflows in driver/input/joystick
Input: fix potential overflows in driver/input/touchscreen
Input: fix potential overflows in driver/input/keyboard
Input: change my e-mail address in MAINTAINERS file
Input: reset name, phys and uniq when unregistering
Input: fix formatting to better follow CodingStyle
Input: rearrange exports
Input: atkbd - fix HANGEUL/HANJA keys
Jerome Pinot:
Input: fix misspelling of Hangeul key
Jesper Juhl:
Input: iforce - remove some pointless casts
Johannes Berg:
Input: via-pmu - add input device support
Pozsar Balazs:
Input: psmouse - add support for Intellimouse 4.0
Richard Purdie:
Input: return correct size when reading modalias attribute
--
Dmitry
next reply other threads:[~2006-06-26 6:35 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-26 6:35 Dmitry Torokhov [this message]
2006-06-27 6:13 ` [git pull] Input update for 2.6.17 Linus Torvalds
2006-06-27 6:37 ` Greg KH
2006-06-27 18:36 ` Linus Torvalds
2006-06-27 19:16 ` Linus Torvalds
2006-06-27 19:35 ` Linus Torvalds
2006-06-27 19:40 ` Dmitry Torokhov
2006-06-27 21:03 ` Linus Torvalds
2006-06-27 19:46 ` Marcel Holtmann
2006-06-28 4:07 ` Linus Torvalds
2006-06-28 4:36 ` Linus Torvalds
2006-06-28 7:03 ` Jeff Garzik
2006-06-28 22:05 ` Linus Torvalds
2006-06-28 23:03 ` Marcel Holtmann
2006-06-28 23:40 ` Jeff Garzik
2006-06-28 23:55 ` Linus Torvalds
2006-06-27 19:33 ` Marcel Holtmann
2006-06-27 12:30 ` Dmitry Torokhov
-- strict thread matches above, loose matches on Subject: below --
2006-06-28 3:50 Dmitry Torokhov
2006-04-02 5:56 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=200606260235.03718.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox