Files
u-boot/drivers
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-06-01 07:03:13 -06:00
2017-09-04 09:02:07 -04:00
2017-08-16 08:30:24 -04:00
2017-09-18 20:40:35 +02:00
2017-09-22 07:40:02 -04:00
2017-09-25 17:28:16 -04:00
2017-09-22 07:39:57 -04:00
2017-07-28 12:02:47 -06:00
2017-09-22 07:40:01 -04:00
2017-08-16 08:30:24 -04:00
2017-06-01 07:03:10 -06:00
2017-06-01 07:03:01 -06:00
2017-05-18 11:23:31 +02:00
2017-06-01 07:03:01 -06:00
2017-08-13 15:17:31 -04:00