mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 23:26:03 -04:00
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>