[PATCH] add usb transceiver set_suspend() method
authorJuha Yrj?l? <juha.yrjola@nokia.com>
Sun, 16 Oct 2005 22:47:04 +0000 (15:47 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 28 Oct 2005 23:47:45 +0000 (16:47 -0700)
commit4e67185a7ac3ecb1710e636e2f7e318e99298c7a
tree035fa1745baa6490425d44dc126c72ddc366497f
parentf37be9b9be3ebc02d2d075d7f53f7802f3e005db
[PATCH] add usb transceiver set_suspend() method

When a USB device is put into suspend mode, the current drawn from VBUS
has to be less than 500 uA. Some transceivers need to be put into a
special power-saving mode to accomplish this, and won't have a separate
OTG driver handling that.

This adds a suspend method to the "otg_transceiver" struct -- misnamed,
it's not only for OTG -- and calls it from the OMAP UDC driver.

Signed-off-by: Juha Yrj?l? <juha.yrjola@nokia.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/omap_udc.c
include/linux/usb_otg.h