| commit | b72233f39026f40aa41ba07a8e77dba4b8768686 | [log] [tgz] |
|---|---|---|
| author | Hemant Kumar <hemantk@codeaurora.org> | Wed Apr 04 13:21:44 2012 -0700 |
| committer | Hemant Kumar <hemantk@codeaurora.org> | Thu Apr 05 09:08:15 2012 -0700 |
| tree | a3041203cd78dd9b0173f274b5ab7cdd5bc932a9 | |
| parent | c0cf72b35de1b815742f91d1f42a45a872eddd4c [diff] |
usb: mdm_bridge: Fix premature auto suspend on Rx data path mdm bridge driver does not prevent auto suspend while submitting the URB on rx data path. This causes the usb device to go to low power mode in the middle of the downlink data transfer as the auto suspend timer does not get reset by the driver while submitting the URB and it expires. CRs-Fixed: 346331 Change-Id: Idd9c7066da7c9b4081d02126e3d0fc9e069adef5 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>