commit | 2e2eb83ffd1aeb92bf8793eea892b5bc05a993ea | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Dec 04 14:35:15 2007 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Feb 01 14:34:54 2008 -0800 |
tree | 287cea0e0246d478569e61c74f210c98fd522d96 | |
parent | 241ca64fc55bd2b676890472880e2d2d86cfae82 [diff] |
USB: add usbfs stubs for suspend and resume This patch (as1022b) adds stub methods for suspend and resume to the usbfs driver. There isn't much they can do since there's no way to inform a user task about the events. But it's important to have the stubs, because an upcoming change to usbcore will automatically unbind drivers that don't have those methods when a suspend occurs. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>