From: Greg Kroah-Hartman Date: Wed, 22 Jun 2005 23:09:05 +0000 (-0700) Subject: [PATCH] driver core: Add the ability to unbind drivers to devices from userspace X-Git-Tag: v2.6.13-rc2~37^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=151ef38f7c0ec1b0420f04438b0316e3a30bf2e4;p=pandora-kernel.git [PATCH] driver core: Add the ability to unbind drivers to devices from userspace This adds a single file, "unbind", to the sysfs directory of every device that is currently bound to a driver. To unbind the driver from the device, write anything to this file and they will be disconnected from each other. Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed