libusbgx: Rework API to use usbg_udc structure
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 23 Sep 2014 09:56:11 +0000 (11:56 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 22 Dec 2015 20:41:57 +0000 (21:41 +0100)
commit0cd967b99bbd4c013ba7a87cb4e72069cdbdc7e3
tree09bc92170ee068f7855a8a12203503b543f95f39
parent8d5550172c39f937d286152c3b7e84accd4420e8
libusbgx: Rework API to use usbg_udc structure

Using string as udc identifier provides a lot
of troubles. To be more consistent with rest of
API rework it to start using usbg_udc structure
instead of using char *.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
examples/gadget-vid-pid-remove.c
examples/show-gadgets.c
include/usbg/usbg.h
src/usbg.c