Re: [U-Boot] [PATCH] usb: gadget: dfu: add functional descriptor in descriptor set

2016-12-08 Thread Marek Vasut
On 12/08/2016 06:10 PM, Patrick Delaunay wrote: > From: Patrick Delaunay > > The "DFU descriptor set" must contain the "DFU functional descriptor" > but it is missing today in U-Boot code > (cf: DFU spec 1.1, chapter 4.2 DFU Mode Descriptor Set) > This patch only allocate buffer and copy DFU func

[U-Boot] [PATCH] usb: gadget: dfu: add functional descriptor in descriptor set

2016-12-08 Thread Patrick Delaunay
From: Patrick Delaunay The "DFU descriptor set" must contain the "DFU functional descriptor" but it is missing today in U-Boot code (cf: DFU spec 1.1, chapter 4.2 DFU Mode Descriptor Set) This patch only allocate buffer and copy DFU functional descriptor after interfaces. Signed-off-by: Patrick