libusbg: rename gadget_*() -> usbg_*(), libusbg, and usbg.h
authorMatt Porter <mporter@linaro.org>
Sat, 4 Jan 2014 20:23:14 +0000 (15:23 -0500)
committerMatt Porter <mporter@linaro.org>
Tue, 21 Jan 2014 12:58:24 +0000 (07:58 -0500)
commita371518d64ba444d46e2b9d23a8d78f63aae3bbf
treef1edca88d0ea6f936d9d241dcc91933725c0dbca
parent8b074b73d1c31ae59b572bdf1c2cafce3a9c6f02
libusbg: rename gadget_*() -> usbg_*(), libusbg, and usbg.h

Rename library to libusbg. Moves the API include to usbg.h and
accordingly changes all API prefixes to usbg_*().

Signed-off-by: Matt Porter <mporter@linaro.org>
12 files changed:
INSTALL
Makefile.am
README
configure.ac
doxygen.cfg
examples/Makefile.am
examples/gadget-acm-ecm.c
examples/show-gadgets.c
include/usbg/usbg.h [moved from include/gadget/gadget.h with 73% similarity]
libusbg.pc.in [moved from libgadget.pc.in with 81% similarity]
src/Makefile.am
src/usbg.c [moved from src/gadget.c with 65% similarity]