USB: musb: resume suspended root hub on disconnect
authorAnand Gadiyar <gadiyar@ti.com>
Sat, 21 Feb 2009 23:31:40 +0000 (15:31 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Feb 2009 22:40:51 +0000 (14:40 -0800)
commit5c23c9078f8e3476982409b1075b54c8cd65e82c
tree88ef3d864790626455a2e75f680799e6af76f9dc
parent136733d6124a152ed2b61c3d38008c6581fc8685
USB: musb: resume suspended root hub on disconnect

If this is not done, khubd will not be informed of the disconnect
and will assume the device is still there.

Easily seen when a hub is connected with no device attached to it;
it will autosuspend.  When the hub is disconnected, it still shows
up in /proc/bus/usb/devices

Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Acked-by: Felipe Balbi <felipe.balbi@nokia.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/musb/musb_core.c