platform/upstream/libusbg.git
2015-12-22 Krzysztof Opasiaklibusbgx: Add remove gadget functionality.
2015-12-22 Krzysztof Opasiaklibusbgx: Add remove function functionality.
2015-12-22 Krzysztof Opasiaklibusbgx: Add remove configuration functionality.
2015-12-22 Krzysztof Opasiaklibusbgx: Add remove gadget/config strings functionality.
2015-12-22 Krzysztof Opasiaklibusbgx: Add remove binding functionality.
2015-12-22 Philippe De... libusbgx: Do not dereference usb config attributes...
2015-12-22 Philippe De... libusbgx: Do not try to dereference func when it is...
2015-12-22 Philippe De... libusbgx: Fix buffer overrun issue. CID#56128
2015-12-22 Philippe De... libusbgx: Fix readlink/buffer overrun issue. CID#56130...
2015-12-22 Krzysztof Opasiaklibusbgx: Use config ID and label instead of config...
2015-12-22 Krzysztof Opasiaklibusbgx: Replace usage of function name with type...
2015-12-22 Krzysztof Opasiaklibusbgx: Add checking for legal function type.
2015-12-22 Krzysztof Opasiaklibusbgx: Fix wrong malloc sizes in allocate functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Fix missing read of bcdDevice.
2015-12-22 Krzysztof Opasiaklibusbgx: Replace sprintf with snprintf.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove fixed-size buffers from usbg_binding.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove fixed-size buffers from usbg_function.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove fixed-size buffers from usbg_config.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove fixed-size buffers from usbg_gadget.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove fixed-size buffer from usbg_state.
2015-12-22 Krzysztof Opasiaklibusbgx: Fix wrong target size.
2015-12-22 Krzysztof Opasiaklibusbgx: Update examples to use returned error codes.
2015-12-22 Krzysztof Opasiaklibusbgx: Add functions for getting error strings.
2015-12-22 Krzysztof Opasiaklibusbgx: Return error code instead of -1.
2015-12-22 Krzysztof Opasiaklibusbgx: Change usbg_get_function_attrs() to return...
2015-12-22 Krzysztof Opasiaklibusbgx: Return error code instead of NULL pointer...
2015-12-22 Krzysztof Opasiaklibusbgx: Return error code instead of NULL pointer.
2015-12-22 Krzysztof Opasiaklibusbgx: Add return value to usbg_enable/disable_gadget().
2015-12-22 Krzysztof Opasiaklibusbgx: Add return value to config related functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Add return value to usb function related...
2015-12-22 Krzysztof Opasiaklibusbgx: Add return value to usbg_set_gadget_*() funct...
2015-12-22 Krzysztof Opasiaklibusbgx: Add return value to gadget creation functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Add parenthesis to INSERT_TAILQ_STRING_ORDER...
2015-12-22 Krzysztof Opasiaklibusbgx: Return usbg_error instead of char* in usbg_ge...
2015-12-22 Krzysztof Opasiaklibusbgx: Return usbg_error instead of -1 in usbg_...
2015-12-22 Krzysztof Opasiaklibusbgx: Add error handling to usbg_init() and related...
2015-12-22 Krzysztof Opasiaklibusbgx: Fix wrong binding parsing.
2015-12-22 Krzysztof Opasiaklibusbgx: Add internal free functions for each library...
2015-12-22 Krzysztof Opasiaklibusbgx: Refresh function attributes while each get.
2015-12-22 Krzysztof Opasiaklibusbgx: Refresh config strings while each get.
2015-12-22 Krzysztof Opasiaklibusbgx: Refresh config attributes while each get.
2015-12-22 Krzysztof Opasiaklibusbgx: Refresh gadget strings while each get.
2015-12-22 Krzysztof Opasiaklibusbgx: Refresh gadget attributes while each get.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove unused variables to make compiler...
2015-12-22 Krzysztof Opasiaklibusbgx: Update examples to new API.
2015-12-22 Krzysztof Opasiaklibusbgx: Rename all public structures to usbg convention.
2015-12-22 Krzysztof Opasiaklibusbgx: Hide definition of binding structure.
2015-12-22 Krzysztof Opasiaklibusbgx: Hide definition of function structure.
2015-12-22 Krzysztof Opasiaklibusbgx: Hide definition of config structure.
2015-12-22 Krzysztof Opasiaklibusbgx: Hide definition of gadget structure.
2015-12-22 Krzysztof Opasiaklibusbgx: Hide definition of state structure.
2015-12-22 Krzysztof Opasiaklibusbgx: Add getter for binding name and target.
2015-12-22 Krzysztof Opasiaklibusbgx: Add getter for function name.
2015-12-22 Krzysztof Opasiaklibusbgx: Add functions for get/set function attributes.
2015-12-22 Krzysztof Opasiaklibusbgx: Remove function_names from header file.
2015-12-22 Krzysztof Opasiaklibusbgx: Add getter for config name.
2015-12-22 Krzysztof Opasiaklibusbgx: Add set/get config attrs/strings functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Separate config attrs and strs form configura...
2015-12-22 Krzysztof Opasiaklibusbgx: Add getter for configfs path in state.
2015-12-22 Krzysztof Opasiaklibusbgx: Change for each macros to avoid direct access...
2015-12-22 Krzysztof Opasiaklibusbgx: Add getter for gadget name and udc.
2015-12-22 Krzysztof Opasiaklibusbgx: Add getters for gadget strings and attributes.
2015-12-22 Krzysztof Opasiaklibusbgx: Add functions to set all strs and attrs with...
2015-12-22 Krzysztof Opasiaklibusbgx: Fix wrong paths while setting gadget attributes.
2015-12-22 Krzysztof Opasiaklibusbgx: Add missing set vendor/product functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Update strings only when writting US English...
2015-12-22 Krzysztof Opasiaklibusbgx: Use dedicated macro instead of copy-paste...
2015-12-22 Krzysztof Opasiaklibusbgx: Separate gadget strings from gadget.
2015-12-22 Krzysztof Opasiaklibusbgx: Change gadget attributes size and names.
2015-12-22 Krzysztof Opasiaklibusbgx: Separate gadget attributes from gadget.
2015-12-22 Krzysztof Opasiaklibusbgx: Replace directory names with defines.
2015-12-22 Krzysztof Opasiaklibusbgx: Replace memcpy with structure assignment.
2015-12-22 Krzysztof Opasiaklibusbgx: Move symlink creation after memory allocation.
2015-12-22 Krzysztof Opasiaklibusbgx: Initialize gadget attributes and strings...
2015-12-22 Krzysztof Opasiaklibusbgx: Separate parsing gadget attributes and strings.
2015-12-22 Krzysztof Opasiaklibusbgx: Add missing config attrs parsing while new...
2015-12-22 Krzysztof Opasiaklibusbgx: Add error handling to gadget_read_string().
2015-12-22 Krzysztof Opasiaklibusbgx: Fix memory leak when unable to create directory.
2015-12-22 Krzysztof Opasiaklibusbgx: Move directory creation before writing attrib...
2015-12-22 Krzysztof Opasiaklibusbgx: Fix gadget-acm-ecm example to cleanup at...
2015-12-22 Krzysztof Opasiaklibusbgx: Add missing return statement in non-void...
2015-12-22 Krzysztof Opasiaklibusbgx: Surround header with include guards.
2015-12-22 Stanislaw Wadaslibusbgx: Add inline to gadget_write_string().
2015-12-22 Stanislaw Wadaslibusbgx: Move mkdir functions
2015-12-22 Stanislaw Wadaslibusbgx: Add fputs()/fgets()/fprintf() error
2015-12-22 Stanislaw Wadaslibusbgx: Replace array lengths with defines
2015-12-22 Krzysztof OpasiakFork from libusbg project
2014-01-21 Matt Porterlibusbg: tag v0.1.0 release v0.1.0
2014-01-21 Matt Porterlibusbg: use /sys/kernel/config mount point in examples
2014-01-21 Matt Porterlibusbg: update preferred email address
2014-01-21 Matt Porterlibusbg: rename gadget_*() -> usbg_*(), libusbg, and...
2013-09-05 Koen Kooiconfigure: add AM_PROG_AR
2013-09-04 Matt PorterInitial release