From: Greg Kroah-Hartman Date: Tue, 13 Dec 2005 23:17:34 +0000 (-0800) Subject: [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabled X-Git-Tag: v2.6.16-rc1~474^2~22^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874c6241b2e49e52680d32a50d4909c7768d5cb9;p=pandora-kernel.git [PATCH] Driver core: only all userspace bind/unbind if CONFIG_HOTPLUG is enabled 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed