linux/drivers/input
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner
sysfs is now completely out of driver/module lifetime game.  After
deletion, a sysfs node doesn't access anything outside sysfs proper,
so there's no reason to hold onto the attribute owners.  Note that
often the wrong modules were accounted for as owners leading to
accessing removed modules.

This patch kills now unnecessary attribute->owner.  Note that with
this change, userland holding a sysfs node does not prevent the
backing module from being unloaded.

For more info regarding lifetime rule cleanup, please read the
following message.

  http://article.gmane.org/gmane.linux.kernel/510293

(tweaked by Greg to not delete the field just yet, to make it easier to
merge things properly.)

Signed-off-by: Tejun Heo <htejun@gmail.com>
Cc: Cornelia Huck <cornelia.huck@de.ibm.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-07-11 16:09:06 -07:00
..
gameport
joystick
keyboard Input: pxa27x_keyboard - fix compile error 2007-07-10 00:38:39 -04:00
misc
mouse sysfs: kill unnecessary attribute->owner 2007-07-11 16:09:06 -07:00
serio Input: serio_raw - shut up errorneous warning 2007-07-10 00:38:31 -04:00
tablet
touchscreen Input: usbtouchscreen - add support for IRTOUCHSYSTEMS touchscreens 2007-07-10 00:35:18 -04:00
Kconfig
Makefile
evbug.c
evdev.c
ff-core.c
ff-memless.c
fixp-arith.h
input-polldev.c
input.c
joydev.c
mousedev.c
tsdev.c Input: tsdev - fix broken usec-to-millisecs conversion 2007-07-10 00:43:06 -04:00