Skip to content
Commit 151ef38f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

[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: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 0edb5860
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment