From: Juha Yrj?l? Date: Sun, 16 Oct 2005 22:47:04 +0000 (-0700) Subject: [PATCH] add usb transceiver set_suspend() method X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e67185a7ac3ecb1710e636e2f7e318e99298c7a;p=pandora-kernel.git [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? Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed