git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96b204
)
[PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabled
author
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 13 Dec 2005 23:17:34 +0000
(15:17 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 5 Jan 2006 00:18:09 +0000
(16:18 -0800)
Thanks to drivers making their id tables __devinit, we can't allow
userspace to bind or unbind drivers from devices manually through sysfs.
So we only allow this if CONFIG_HOTPLUG is enabled.
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found