Re: [PATCH] xhci: really enqueue zero length TRBs.

2016-08-15 Thread Mathias Nyman
On 12.08.2016 19:45, Alban Browaeys wrote: Enqueue the first TRB even if full_len is zero. Without this "adb install " freezes the system. Signed-off-by: Alban Browaeys Fixes: 86065c2719a5 ("xhci: don't rely on precalculated value of needed trbs in the enqueue loop") --- drivers/usb/host/xhc

[PATCH] xhci: really enqueue zero length TRBs.

2016-08-12 Thread Alban Browaeys
Enqueue the first TRB even if full_len is zero. Without this "adb install " freezes the system. Signed-off-by: Alban Browaeys Fixes: 86065c2719a5 ("xhci: don't rely on precalculated value of needed trbs in the enqueue loop") --- drivers/usb/host/xhci-ring.c | 3 ++- 1 file changed, 2 insertions