[RESEND PATCH v6 10/10] usb: chipidea: otg: add A idle to B disconnect timer

2016-02-18 Thread Li Jun
B-device detects that bus is idle for more than TB_AIDL_BDIS min and begins HNP by turning off pullup on DP, this allows the bus to discharge to the SE0 state. This timer was missed and failed with PET test: 6.8.5 B-UUT HNP of USB OTG and EH automated compliance plan v1.2, this patch is to fix this

Re: [PATCH v6 10/10] usb: chipidea: otg: add A idle to B disconnect timer

2016-01-26 Thread Peter Chen
On Tue, Jan 26, 2016 at 03:19:02PM +0800, Li Jun wrote: > B-device detects that bus is idle for more than TB_AIDL_BDIS min and > begins HNP by turning off pullup on DP, this allows the bus to discharge > to the SE0 state. This timer was missed and failed with PET test: > 6.8.5 B-UUT HNP of USB OTG

[PATCH v6 10/10] usb: chipidea: otg: add A idle to B disconnect timer

2016-01-25 Thread Li Jun
B-device detects that bus is idle for more than TB_AIDL_BDIS min and begins HNP by turning off pullup on DP, this allows the bus to discharge to the SE0 state. This timer was missed and failed with PET test: 6.8.5 B-UUT HNP of USB OTG and EH automated compliance plan v1.2, this patch is to fix this