
18 Dec
2015
18 Dec
'15
11:41 p.m.
Hi,
On 17 December 2015 at 18:07, Stefan Brüns stefan.bruens@rwth-aachen.de wrote:
The configuration descriptor includes all interface, endpoint and auxiliary descriptors (e.g. report, union) so 512 bytes may not be enough.
Signed-off-by: Stefan Brüns stefan.bruens@rwth-aachen.de
common/usb.c | 41 +++++++++++++++++++++++++++-------------- include/usb.h | 5 +++-- 2 files changed, 30 insertions(+), 16 deletions(-)
Won't this call malloc() on every request? Can we avoid that?
Regards, Simon