Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1d7beee3 authored by David Brownell's avatar David Brownell Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: omap_udc tweaks



Minor OMAP updates that somehow got dropped from previous patches.

Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e828264e
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2908,6 +2908,7 @@ static int __exit omap_udc_remove(struct device *dev)
 * make host resumes and VBUS detection trigger OMAP wakeup events; that
 * may involve talking to an external transceiver (e.g. isp1301).
 */

static int omap_udc_suspend(struct device *dev, pm_message_t message, u32 level)
{
	u32	devstat;
@@ -2936,8 +2937,6 @@ static int omap_udc_resume(struct device *dev, u32 level)
		return 0;

	DBG("resume + wakeup/SRP\n");
	udc->gadget.dev.parent->power.power_state = PMSG_ON;
	udc->gadget.dev.power.power_state = PMSG_ON;
	omap_pullup(&udc->gadget, 1);

	/* maybe the host would enumerate us if we nudged it */