platform/upstream/libusbg.git
2015-12-22 Krzysztof Opasiaklibusbgx: Return suitable error codes instead of -1
2015-12-22 Krzysztof Opasiaklibusbgx: Allow to set all gadget attrs using one function.
2015-12-22 Krzysztof Opasiaklibusbgx: Simplify getting names form library structures
2015-12-22 Krzysztof Opasiaklibusbgx: Always add '\0' at end of string
2015-12-22 Krzysztof Opasiaklibusbgx: fix: Remove unused variables
2015-12-22 Krzysztof Opasiaklibusbgx: Fix off-by-one error.
2015-12-22 Krzysztof Opasiaklibusbgx: doc: Fix typos in doxygen documentation
2015-12-22 Tony Lindgrenlibusbgx: Fix usbg_disable_gadget to actually clear...
2015-12-22 Krzysztof Opasiaklibusbgx: fix: reverse comparsion to fix error
2015-12-22 Philippe De... libusbgx: Return USBG_ERROR_PATH_TOO_LONG error when...
2015-12-22 Krzysztof Opasiaklibusbgx: Fix out-of-tree builds
2015-12-22 Krzysztof Opasiaklibusbgx: doc: Add document about gadget schemes
2015-12-22 Krzysztof Opasiaklibusbgx: examples: Add gadget-import sample app
2015-12-22 Krzysztof Opasiaklibusbgx: Add functions to get import error text and...
2015-12-22 Krzysztof Opasiaklibusbgx: Add import gadget functionality
2015-12-22 Krzysztof Opasiaklibusbgx: Allow to store error information in usbg_state
2015-12-22 Krzysztof Opasiaklibusbgx: Add import config functionality
2015-12-22 Krzysztof Opasiaklibusbgx: Add import function functionality
2015-12-22 Krzysztof Opasiaklibusbgx: Allow to store error information in usbg_gadget
2015-12-22 Krzysztof Opasiaklibusbgx: Add errors which may happen during parsing
2015-12-22 Krzysztof Opasiaklibusbgx: examples: Add sample application to export...
2015-12-22 Krzysztof Opasiaklibusbgx: Add export gadget functionality
2015-12-22 Krzysztof Opasiaklibusbgx: Add export config functionality
2015-12-22 Krzysztof Opasiaklibusbgx: Add export function functionality
2015-12-22 Krzysztof Opasiaklibusbgx: Add label field to usbg_function structure
2015-12-22 Krzysztof Opasiaklibusbgx: Add dependency to libconfig
2015-12-22 Krzysztof Opasiaklibusbgx: Use reentrant functions to avoid static buffe...
2015-12-22 Krzysztof Opasiaklibusbgx: Add missing const qualifiers
2015-12-22 Krzysztof Opasiaklibusbgx: Don't try to set read only attribute
2015-12-22 Krzysztof Opasiaklibusbgx: Add example to show how to create ffs functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Update show gadget example support ffs functions.
2015-12-22 Krzysztof Opasiaklibusbgx: Add support for functionFS.
2015-12-22 Krzysztof Opasiaklibusbgx: Fix potential memory leak in usbg_init()
2015-12-22 Krzysztof Opasiaklibusbgx: Update examples to new API functionality.
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...
next