2014-01-21 14:24:43

by Matt Porter

[permalink] [raw]
Subject: libusbg 0.1.0 (formerly libgadget)

libusbg 0.1.0 is released. libusbg is a library that provides a C API to
the kernel USB gadget configfs API. It simplifies creation and
management of USB gadget devices from C applications.

Get it at:

git://github.com/libusbg/libusbg.git

API docs at:

http://libusbg.github.com/group__libusbg.html
http://libusbg.github.com/examples.html

Changes since libgadget 0.0.1:

- libusbg now has a new name to avoid conflicts
with an existing libgadget libary
- use the standard /sys/kernel/config mount path
in examples
- a new project home on github

Going forward we have a couple contributors with clean up and bug
fixes that will be rolled into libusbg once comments are addressed.
Support for FunctionFS (merged for 3.14) will also be added.

-Matt