]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] driver core: Add the ability to unbind drivers to devices from userspace
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 23:09:05 +0000 (16:09 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 30 Jun 2005 05:48:04 +0000 (22:48 -0700)
commit03885cbf619031ab511b184156a83c012a505408
tree3aa6504e12c08f70cacb7f9de6ef5858b45ee86d
parentf8d9934634df12a90ca2e7b1fc3310e95ef28040
[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 <gregkh@suse.de>
drivers/base/bus.c