git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0edb586
)
[PATCH] driver core: Add the ability to unbind drivers to devices from userspace
author
Greg Kroah-Hartman
<gregkh@suse.de>
Wed, 22 Jun 2005 23:09:05 +0000
(16:09 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 30 Jun 2005 05:48:04 +0000
(22:48 -0700)
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>
No differences found