Searched hist:"78 d9a487ee961c356e1a934d9a92eca38ffb3a70" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/core/ |
H A D | usb.h | diff 78d9a487ee961c356e1a934d9a92eca38ffb3a70 Mon Jun 23 15:00:40 CDT 2008 Alan Stern <stern@rowland.harvard.edu> USB: Force unbinding of drivers lacking reset_resume or other methods
This patch (as1024) takes care of a FIXME issue: Drivers that don't have the necessary suspend, resume, reset_resume, pre_reset, or post_reset methods will be unbound and their interface reprobed when one of the unsupported events occurs.
This is made slightly more difficult by the fact that bind operations won't work during a system sleep transition. So instead the code has to defer the operation until the transition ends.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | driver.c | diff 78d9a487ee961c356e1a934d9a92eca38ffb3a70 Mon Jun 23 15:00:40 CDT 2008 Alan Stern <stern@rowland.harvard.edu> USB: Force unbinding of drivers lacking reset_resume or other methods
This patch (as1024) takes care of a FIXME issue: Drivers that don't have the necessary suspend, resume, reset_resume, pre_reset, or post_reset methods will be unbound and their interface reprobed when one of the unsupported events occurs.
This is made slightly more difficult by the fact that bind operations won't work during a system sleep transition. So instead the code has to defer the operation until the transition ends.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
H A D | hub.c | diff 78d9a487ee961c356e1a934d9a92eca38ffb3a70 Mon Jun 23 15:00:40 CDT 2008 Alan Stern <stern@rowland.harvard.edu> USB: Force unbinding of drivers lacking reset_resume or other methods
This patch (as1024) takes care of a FIXME issue: Drivers that don't have the necessary suspend, resume, reset_resume, pre_reset, or post_reset methods will be unbound and their interface reprobed when one of the unsupported events occurs.
This is made slightly more difficult by the fact that bind operations won't work during a system sleep transition. So instead the code has to defer the operation until the transition ends.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|
/openbmc/linux/include/linux/ |
H A D | usb.h | diff 78d9a487ee961c356e1a934d9a92eca38ffb3a70 Mon Jun 23 15:00:40 CDT 2008 Alan Stern <stern@rowland.harvard.edu> USB: Force unbinding of drivers lacking reset_resume or other methods
This patch (as1024) takes care of a FIXME issue: Drivers that don't have the necessary suspend, resume, reset_resume, pre_reset, or post_reset methods will be unbound and their interface reprobed when one of the unsupported events occurs.
This is made slightly more difficult by the fact that bind operations won't work during a system sleep transition. So instead the code has to defer the operation until the transition ends.
Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|