from: Huang Shenbo <[email protected]> Subject: USB OTG langwell: Disable LPM related support in HNP
Disabled the Langwell USB LPM capability. So transceiver driver should remove related support in HNP as well in order to sovle related issue. Signed-off-by: Zhou Ryan <[email protected]> --- drivers/usb/otg/langwell_otg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.35-devel-kernel/drivers/usb/otg/langwell_otg.c.orig 2010-11-10 13:37:24.000000000 -0500 +++ linux-2.6.35-devel-kernel/drivers/usb/otg/langwell_otg.c 2010-11-10 13:43:42.000000000 -0500 @@ -908,7 +908,7 @@ static int langwell_otg_iotg_notify(stru case MID_OTG_NOTIFY_CSUSPEND: dev_dbg(lnw->dev, "Lnw OTG Notify Client Bus suspend Event\n"); if (iotg->otg.default_a == 1) { - if (iotg->hsm.b_bus_suspend_vld == 2) { + if (iotg->hsm.b_bus_suspend_vld == 1) { iotg->hsm.b_bus_suspend = 1; iotg->hsm.b_bus_suspend_vld = 0; flag = 1; --- _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
