Files
u-boot/drivers/usb/host
Bin Meng b5aa857b95 usb: xhci: Fix max packet size for full speed device endpoint 0
In xhci_check_maxpacket(), the control endpoint 0 max packet size
is wrongly taken from the interface's endpoint descriptor. However
the default endpoint 0 does not come with an endpoint descriptor
hence is not included in the interface structure. Change to use
epmaxpacketin[0] instead.

The other bug in this routine is that when setting max packet size
to the xHC endpoint 0 context, it does not clear its previous value
at all before programming a new one.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
2017-10-01 16:32:54 +02:00
..
2017-09-27 12:12:22 +02:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2016-04-01 17:18:10 -04:00
2016-04-01 17:18:10 -04:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2016-10-23 18:33:18 -04:00
2017-07-03 17:35:28 -04:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00
2017-06-01 07:03:01 -06:00