Files
kernel_arpi/include/linux
Peter Chen 982555fc26 usb: gadget: fix request length error for isoc transfer
For isoc endpoint descriptor, the wMaxPacketSize is not real max packet
size (see Table 9-13. Standard Endpoint Descriptor, USB 2.0 specifcation),
it may contain the number of packet, so the real max packet should be
ep->desc->wMaxPacketSize && 0x7ff.

Cc: Felipe F. Tonello <eu@felipetonello.com>
Cc: Felipe Balbi <felipe.balbi@linux.intel.com>
Fixes: 16b114a6d7 ("usb: gadget: fix usb_ep_align_maybe
  endianness and new usb_ep_aligna")

Signed-off-by: Peter Chen <peter.chen@nxp.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
2016-11-18 13:54:09 +02:00
..
2016-10-03 23:22:47 -04:00
2016-09-29 01:35:35 -04:00
2016-09-27 21:20:53 -04:00
2016-10-07 18:46:30 -07:00
2016-09-24 10:48:18 +02:00
2016-10-20 15:51:28 +11:00
2016-09-20 23:20:32 +02:00
2016-09-27 12:33:47 +02:00
2016-10-24 19:13:20 -07:00
2016-10-19 11:36:22 -06:00
2016-10-14 11:36:59 -07:00
2016-09-27 21:52:00 -04:00
2016-09-20 04:43:36 -04:00
2016-10-05 18:23:36 -04:00
2016-10-07 18:46:27 -07:00
2016-09-21 00:23:00 -04:00
2016-09-30 10:54:03 +02:00