]> git.baikalelectronics.ru Git - kernel.git/commit
USB: add usbfs stubs for suspend and resume
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 4 Dec 2007 19:35:15 +0000 (14:35 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:34:54 +0000 (14:34 -0800)
commit3b595ce12d6d63fe4b804807d5c65133d452c7f0
tree287cea0e0246d478569e61c74f210c98fd522d96
parent7dafe4731dacce4fd7a424ae7f15f4089f5e394a
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>
drivers/usb/core/devio.c