summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-12-14libusbgx: Use string name similar to USB specKrzysztof Opasiak1-3/+3
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak1-23/+23
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak1-13/+13
2016-12-13libusbgx: Use suitable prefix for usbg_gadget_str enumKrzysztof Opasiak1-3/+3
2016-12-13libusbgx: Use suitable prefix for usbg_gadget_attr enumKrzysztof Opasiak1-8/+8
2016-12-06libusbgx: Move internal defines to a suitable hederKrzysztof Opasiak2-3/+4
2016-12-06libusbgx: Add missing cpp guardsKrzysztof Opasiak8-2/+68
2016-02-24libusbgx: fix INSERT_TAILQ_STRING_ORDERNicolas Saenz Julienne1-0/+1
2016-01-29libusbgx: Make usbg_cleanup_function() return voidKrzysztof Opasiak1-1/+1
2016-01-29libusbgx: Remove unused out labelKrzysztof Opasiak1-1/+0
2015-12-23libusbgx: Add suitable copyrightsKrzysztof Opasiak1-0/+4
2015-12-23libusbgx: Replace *_cpy_*() functions with *_s() conventionKrzysztof Opasiak1-79/+48
2015-12-23libusbgx: Switch to a new function APIKrzysztof Opasiak2-184/+36
2015-12-23libusbgx: common: Add alloc_inst() and free_inst() callbacksKrzysztof Opasiak1-0/+57
2015-12-23libusbgx: common: Add helper for getting and setting bool valuesKrzysztof Opasiak1-1/+18
2015-12-23libusbgx: common: Add helper for getting and setting ether addrKrzysztof Opasiak1-0/+12
2015-12-23libusbgx: common: Add helper for getting and setting string valuesKrzysztof Opasiak1-0/+19
2015-12-23libusbgx: common: Add helper for getting and setting dec valuesKrzysztof Opasiak1-0/+33
2015-12-23libusbgx: common: Add functions for reading string with limited lengthKrzysztof Opasiak1-1/+8
2015-12-23libusbgx: ms: Define new API for mass storage functionKrzysztof Opasiak2-1/+371
2015-12-23libusbgx: serial: Define new API for serial functionsKrzysztof Opasiak1-0/+44
2015-12-23libusbgx: phonet: Define new API for phonet functionKrzysztof Opasiak1-0/+59
2015-12-23libusbgx: net: Define new API for net functionsKrzysztof Opasiak1-0/+214
2015-12-23libusbgx: midi: Define new API for midi functionKrzysztof Opasiak1-0/+282
2015-12-23libusbgx: loopback: Define new API for loopback functionKrzysztof Opasiak1-0/+138
2015-12-23libusbgx: ffs: Define new API for functionfs functionKrzysztof Opasiak1-0/+59
2015-12-23libusbgx: Add internal API for defining function typesKrzysztof Opasiak1-3/+39
2015-12-23libusbgx: Move some common functions to a separate fileKrzysztof Opasiak1-0/+39
2015-12-22libusbgx: Add support for loopback function.Krzysztof Opasiak1-0/+13
2015-12-22libusbgx: Add enum for gadget stringsPawel Szewczyk1-0/+32
2015-12-22libusbgx: Add USBG_ERROR_NOT_EMPTY error codePawel Szewczyk1-0/+1
2015-12-22libusbgx: Add support for MIDI functionDominic Sacré1-0/+16
2015-12-22libusbgx: Mark char pointers in usbg_*_attrs as constDominic Sacré1-4/+4
2015-12-22libusbgx: Fix several typosDominic Sacré1-12/+12
2015-12-22libusbgx: print leading zero for MAC address bytesStefan Agner1-0/+2
2015-12-22libusbgx: Add support for mass storage functionKrzysztof Opasiak1-0/+27
2015-12-22libusbgx: Add rm callback to usbg_functionKrzysztof Opasiak1-0/+3
2015-12-22libusbgx: Add offsetof() and container_of() macrosKrzysztof Opasiak1-0/+10
2015-12-22libusbgx: Remove static buffers from usbg_f_ffs_attrsKrzysztof Opasiak1-1/+1
2015-12-22libusbgx: Remove static buffers from usbg_f_phonet_attrsKrzysztof Opasiak1-1/+1
2015-12-22libusbgx: Remove static buffers from usbg_f_net_attrsKrzysztof Opasiak1-1/+3
2015-12-22libusbgx: Introduce usbg_cleanup_function_attrs() functionKrzysztof Opasiak1-0/+10
2015-12-22libusbgx: Make a use of usbg_f_attrs_typeKrzysztof Opasiak1-1/+10
2015-12-22libusbgx: Add usbg_f_attrs_type enumKrzysztof Opasiak1-0/+14
2015-12-22libusbgx: Make *_attrs and *_strs arguments const-correctDominic Sacré1-8/+10
2015-12-22libusbgx: Add extern "C" linkage specification when using C++Dominic Sacré1-0/+9
2015-12-22libusbgx: tests: Stop using gadget attributes strings array directlyPawel Szewczyk1-5/+0
2015-12-22libusbgx: tests: Add simulation of configfs for gadget attrs get/setPawel Szewczyk1-0/+4
2015-12-22libusbgx: tests: Add doxygen macros for documenting test casesKrzysztof Opasiak1-0/+5
2015-12-22libusbgx: tests: Build tests with autotoolsKrzysztof Opasiak1-1/+1