kernel-ark/drivers/input
Kyle McMartin cd7a9202a5 [PARISC] Fix double free when removing HIL drivers
On Thu, Mar 30, 2006 at 08:31:02AM -0500, Dmitry Torokhov wrote:
> Don't do that, its double free. input_unregister_device() normally
> causes release() to be called and free the device. input_free_device
> is only to be called when input_register_device has not been called or
> failed.
>
> Plus you might want to unregister device after closing serio port,
> otherwise your interrupt routine might be referencing already freed
> memory.

Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
2006-03-30 17:48:59 +00:00
..
gameport
joystick
keyboard [PARISC] Fix double free when removing HIL drivers 2006-03-30 17:48:59 +00:00
misc
mouse [PARISC] Fix double free when removing HIL drivers 2006-03-30 17:48:59 +00:00
serio [PARISC] I/O-Space must be ioremap_nocache()'d 2006-03-30 17:48:42 +00:00
touchscreen
evbug.c
evdev.c
input.c
joydev.c
Kconfig
Makefile
mousedev.c
power.c
tsdev.c