Re: [PATCH] usb: dwc2: host: fix the data toggle error in full speed descriptor dma

2016-02-15 Thread John Youn
On 1/25/2016 10:20 PM, Jianqiang Tang wrote: > From: "Tang, Jianqiang" > > There will be data toggle error happen for full speed buld-out transfer. > The data toggle bit is saved in qh for non-control transfers, it is wrong > to check the qtd for that case. > > Also

Re: [PATCH] usb: dwc2: host: fix the data toggle error in full speed descriptor dma

2016-02-15 Thread John Youn
On 1/25/2016 10:20 PM, Jianqiang Tang wrote: > From: "Tang, Jianqiang" > > There will be data toggle error happen for full speed buld-out transfer. > The data toggle bit is saved in qh for non-control transfers, it is wrong > to check the qtd for that case. > > Also fix one static analysis

[PATCH] usb: dwc2: host: fix the data toggle error in full speed descriptor dma

2016-01-25 Thread Jianqiang Tang
From: "Tang, Jianqiang" There will be data toggle error happen for full speed buld-out transfer. The data toggle bit is saved in qh for non-control transfers, it is wrong to check the qtd for that case. Also fix one static analysis tool issue after fix the data toggle error. Signed-off-by:

[PATCH] usb: dwc2: host: fix the data toggle error in full speed descriptor dma

2016-01-25 Thread Jianqiang Tang
From: "Tang, Jianqiang" There will be data toggle error happen for full speed buld-out transfer. The data toggle bit is saved in qh for non-control transfers, it is wrong to check the qtd for that case. Also fix one static analysis tool issue after fix the data toggle