commit | 279188ac4d9883953579abe86d7ee00572784104 | [log] [tgz] |
---|---|---|
author | Hemant Kumar <hemantk@codeaurora.org> | Tue Apr 03 13:32:48 2012 -0700 |
committer | Hemant Kumar <hemantk@codeaurora.org> | Tue Apr 03 18:29:59 2012 -0700 |
tree | 406d9bae58bd9df388c99ccad405467e6fa274c1 | |
parent | 833972132207278bb7ba95cbfe8df48733dc4c5d [diff] |
net: usb: Fix premature auto suspend on Rx data path usbnet 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. Change-Id: Ibd3ac709e7103eb3df91ce3318dba6da4e551366 Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>