[RESEND PATCH v6 09/10] usb: otg-fsm: add B_AIDL_BDIS timer

2016-02-18 Thread Li Jun
Add A-idle to B-disconnect timer, B-device detects that bus is idle for more than TB_AIDL_BDIS min and begins HNP by turning off pullup on D+. This allows the bus to discharge to the SE0 state. Acked-by: Peter Chen Signed-off-by: Li Jun ---

Re: [PATCH v6 09/10] usb: otg-fsm: add B_AIDL_BDIS timer

2016-01-26 Thread Peter Chen
On Tue, Jan 26, 2016 at 03:19:01PM +0800, Li Jun wrote: > Add A-idle to B-disconnect timer, B-device detects that bus is idle > for more than TB_AIDL_BDIS min and begins HNP by turning off pullup > on D+. This allows the bus to discharge to the SE0 state. > > Signed-off-by: Li Jun

[PATCH v6 09/10] usb: otg-fsm: add B_AIDL_BDIS timer

2016-01-25 Thread Li Jun
Add A-idle to B-disconnect timer, B-device detects that bus is idle for more than TB_AIDL_BDIS min and begins HNP by turning off pullup on D+. This allows the bus to discharge to the SE0 state. Signed-off-by: Li Jun --- include/linux/usb/otg-fsm.h | 1 + 1 file changed, 1