libusbgx: Add example with mass storage function
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 14 Apr 2015 09:59:01 +0000 (11:59 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 20:45:36 +0000 (21:45 +0100)
commitbbc3fcdb76cfcf745c00cd4fff7ad0b66758226b
treef9b484fb5670939aa66ea18a41807c16dd999352
parent94561598eca69e8d72956980f6e6acc03b4dfbc2
libusbgx: Add example with mass storage function

Mass storage support has been recently added to libusbgx.
This commit adds an example program which show how to create
gadget with this function.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Reviewed-by: Pawel Szewczyk <p.szewczyk@samsung.com>
examples/Makefile.am
examples/gadget-ms.c [new file with mode: 0644]