linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCH 00/18] Input updates for 2.6.16-rc1
@ 2006-02-01  4:55 Dmitry Torokhov
  2006-02-01  4:55 ` [GIT PATCH 01/18] NSLU2 beeper driver Dmitry Torokhov
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Dmitry Torokhov @ 2006-02-01  4:55 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Vojtech Pavlik, linux-kernel

Hi Linus,

Please consider doing a pull from:

	rsync://rsync.kernel.org/pub/scm/linux/kernel/git/dtor/input.git/

or
	master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git/

The tree contains several patches that fix crashes and a memory leak
in several input drivers; many of them are candidates for -stable as
well. Additionally there is new ixp4xx beeper driver, and a couple of
cleanups.

Full changelog:

    Input: hiddev - fix off-by-one for num_values in uref_multi
	   requests (Ben Collins)
    Input: iforce - fix detection of USB devices
    Input: a3d - convert to dynamic input_dev allocation
    Input: tmdc - handle errors from input_register_device()
    Input: turbografx - handle errors from input_register_device()
    Input: gamecon - handle errors from input_register_device()
    Input: gamecon - fix crash when accessing device
    Input: sidewinder - handle errors from input_register_device()
    Input: sidewinder - fix an oops (Zinx Verituse)
    Input: db9 - handle errors from input_register_device()
    Input: db9 - fix possible crash with Saturn gamepads
    Input: grip - handle errors from input_register_device()
    Input: grip - fix crash when accessing device
    Input: make needlessly global code static (Adrian Bunk)
    Input: mousedev - fix memory leak (Kimball Murray)
    Input: iforce - do not return ENOMEM upon successful
	   allocation (Alexey Dobriyan)
    Input: psmouse - set name for Genius mice
    Input: add ixp4xx beeper driver (Alessandro Zummo)

Diffstat:

 input/joystick/a3d.c                   |   88 ++++----
 input/joystick/db9.c                   |   85 ++++---
 input/joystick/gamecon.c               |  357 ++++++++++++++++++---------------
 input/joystick/grip.c                  |   11 -
 input/joystick/iforce/iforce-main.c    |    2 
 input/joystick/iforce/iforce-packets.c |    4 
 input/joystick/iforce/iforce-usb.c     |    1 
 input/joystick/sidewinder.c            |   10 
 input/joystick/tmdc.c                  |   15 +
 input/joystick/turbografx.c            |   20 +
 input/joystick/twidjoy.c               |    4 
 input/misc/Kconfig                     |   12 +
 input/misc/Makefile                    |    1 
 input/misc/ixp4xx-beeper.c             |  183 ++++++++++++++++
 input/mouse/psmouse-base.c             |    1 
 input/mousedev.c                       |    9 
 input/touchscreen/mk712.c              |    2 
 usb/input/hiddev.c                     |    2 
 18 files changed, 543 insertions(+), 264 deletions(-)

--
Dmitry


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2006-02-01  5:41 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-01  4:55 [GIT PATCH 00/18] Input updates for 2.6.16-rc1 Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 01/18] NSLU2 beeper driver Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 02/18] psmouse: set name for Genius mice Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 03/18] iforce: do not return ENOMEM upon successful allocation Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 04/18] mousedev: fix memory leak Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 05/18] Make needlessly global code static Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 06/18] grip: fix crash when accessing device Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 07/18] grip: handle errors from input_register_device() Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 08/18] db9: fix possible crash with Saturn gamepads Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 09/18] db9: handle errors from input_register_device() Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 10/18] sidewinder: fix an oops Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 11/18] sidewinder: handle errors from input_register_device() Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 12/18] gamecon: fix crash when accessing device Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 13/18] gamecon: handle errors from input_register_device() Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 14/18] turbografx: " Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 15/18] tmdc: " Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 16/18] a3d: convert to dynamic input_dev allocation Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 17/18] iforce - fix detection of USB devices Dmitry Torokhov
2006-02-01  4:55 ` [GIT PATCH 18/18] hiddev: fix off-by-one for num_values in uref_multi requests Dmitry Torokhov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).