diff options
author | Matt Porter <mporter@linaro.org> | 2014-01-04 15:23:14 -0500 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-01-21 07:58:24 -0500 |
commit | a371518d64ba444d46e2b9d23a8d78f63aae3bbf (patch) | |
tree | f1edca88d0ea6f936d9d241dcc91933725c0dbca /README | |
parent | 8b074b73d1c31ae59b572bdf1c2cafce3a9c6f02 (diff) | |
download | libusbg-a371518d64ba444d46e2b9d23a8d78f63aae3bbf.tar.gz libusbg-a371518d64ba444d46e2b9d23a8d78f63aae3bbf.tar.bz2 libusbg-a371518d64ba444d46e2b9d23a8d78f63aae3bbf.zip |
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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -libgadget ---------- +libusbg +------- -libgadget is a C library encapsulating the kernel USB gadget-configfs +libusbg is a C library encapsulating the kernel USB gadget-configfs userspace API functionality. It provides routines for creating and parsing USB gadget devices using |