Re: [PATCH] USB: xhci: add port test modes support for USB2

2016-10-05 Thread Felipe Balbi
Hi, Guoqing Zhang writes: > For USB2 ports, the port test modes TEST_J_State, Test_K_State, > Test_Packet and Test_SE0_NAK can be enabled as described in USB2 > spec. > > Signed-off-by: Guoqing Zhang > --- > drivers/usb/host/xhci-hub.c | 55 >

[PATCH] USB: xhci: add port test modes support for USB2

2016-10-04 Thread Guoqing Zhang
For USB2 ports, the port test modes TEST_J_State, Test_K_State, Test_Packet and Test_SE0_NAK can be enabled as described in USB2 spec. Signed-off-by: Guoqing Zhang --- drivers/usb/host/xhci-hub.c | 55 +++-- 1 file changed, 53