commit | 914f8fc754295f54baf620da961b7d1b26d5a7aa | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <l.majewski@samsung.com> | Wed Feb 05 10:10:45 2014 +0100 |
committer | Marek Vasut <marex@denx.de> | Thu Feb 06 02:22:45 2014 +0100 |
tree | 85b326f8e1edb72052417f7c5bfc0127ea58c7b4 | |
parent | 904f8f7f6335b49767bfaa1d7954af7531fcbfc2 [diff] |
usb:gadget:f_thor: Allocate request up to THOR_PACKET_SIZE not ep->maxpacket Now it is possible to allocate static request - which receives data from the host (OUT transaction) to the size of THOR packet. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com> Cc: Marek Vasut <marex@denx.de>