Per ftrace result when doing suspend/resume from S3, the ax88772a_hw_reset has a explicit msleep of 200ms in the code, is this mandatory or can we reduce this sleep time? usb_dev_resume -> asix_resume -> ax8872a_resume -> ax88772a_hw_reset: msleep(200);
On Mon, Dec 12, 2016 at 03:33:26AM +0000, bugzilla-daemon@bugzilla.kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=190111 > > Bug ID: 190111 > Summary: [Mac book Pro BDW-u] can we reduce the sleep time of > 200ms in ax88772a_hw_reset All USB bugs should be sent to the linux-usb@vger.kernel.org mailing list, and not entered into bugzilla. Please bring this issue up there, if it is still a problem in the latest kernel release.
(In reply to Greg Kroah-Hartman from comment #1) > On Mon, Dec 12, 2016 at 03:33:26AM +0000, > bugzilla-daemon@bugzilla.kernel.org wrote: > > https://bugzilla.kernel.org/show_bug.cgi?id=190111 > > > > Bug ID: 190111 > > Summary: [Mac book Pro BDW-u] can we reduce the sleep time of > > 200ms in ax88772a_hw_reset > > > All USB bugs should be sent to the linux-usb@vger.kernel.org mailing > list, and not entered into bugzilla. Please bring this issue up there, > if it is still a problem in the latest kernel release. OK, thanks, Greg. Will send it.