summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-04-19libusbgx: fix: remove unused variabletizen_4.0.m2_releasetizen_4.0.m1_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170828.100006submit/tizen_4.0/20170811.094300submit/tizen/20170421.113907accepted/tizen/4.0/unified/20170828.222727accepted/tizen/4.0/unified/20170816.013259upstreamtizen_4.0sandbox/kopasiak/upgrade_to_libusbgx_v0.1.0accepted/tizen_4.0_unifiedKrzysztof Opasiak1-1/+0
2017-03-03libusbgx: Fix meaning of HAS_LIBCONFIG and HAS_GADGET_SCHEMESKrzysztof Opasiak8-23/+23
2017-03-03libusbgx: Fix compilation without libconfigKrzysztof Opasiak4-175/+199
2017-03-03libusbgx: Add support for HID functionKrzysztof Opasiak3-1/+352
2017-03-03libusbgx: common: Allow to export int attribute in hex formatKrzysztof Opasiak1-0/+19
2017-03-03libsubgx: common: Allow to export dev_t attribute using libconfigKrzysztof Opasiak1-0/+23
2017-03-03libusbgx: common: Add function for reading dev_t from ConfigFSKrzysztof Opasiak1-0/+20
2017-03-03libusbgx: common: Use fread() instead of fgets()Krzysztof Opasiak1-15/+9
2017-03-03libusbgx: common: Use fwrite() instead of fputs()Krzysztof Opasiak1-21/+36
2017-03-03libusbgx: Simplify strings handling in libconfig schemesKrzysztof Opasiak1-74/+27
2017-03-03libusbgx: Add usbg_get_config_str_langs()Krzysztof Opasiak1-0/+5
2017-03-03libusbgx: Add usbg_get_gadget_strs_langs()Krzysztof Opasiak1-0/+56
2017-03-03libusbgx: Get rid of static buffers from usbg_config_strsKrzysztof Opasiak2-8/+4
2017-03-02libusbgx: Add usbg_free_config_strs()Krzysztof Opasiak1-0/+2
2017-03-02libusbgx: Get rid of static buffers from usbg_gadget_strsKrzysztof Opasiak2-22/+32
2017-03-02libusbgx: common: Fix usbg_read_string_alloc() to read long strings correctlyKrzysztof Opasiak1-1/+4
2017-03-02libusbgx: Add usbg_free_gadget_strs()Krzysztof Opasiak1-0/+1
2016-12-14libusbgx: Keep gadget strs in the same order as in device descKrzysztof Opasiak1-8/+7
2016-12-14libusbgx: Use string name similar to USB specKrzysztof Opasiak2-12/+12
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak2-22/+27
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak1-13/+13
2016-12-06libusbgx: fix: Add missing include in usb_common.cFabian Vogt1-0/+1
2016-10-05Remove redundant assignmentsKrzysztof Opasiak3-4/+4
2016-01-29libusbgx: loopback: Fix loopback function nameKrzysztof Opasiak1-1/+1
2016-01-29libusbgx: ms: fix: Use correct variable to check function resultKrzysztof Opasiak1-1/+1
2016-01-29libusbgx: fix: Add missing includesKrzysztof Opasiak2-0/+3
2016-01-29libusbgx: Remove unused out label in usbg_set_function_attrs()Krzysztof Opasiak1-3/+1
2016-01-29libusbgx: Make usbg_cleanup_function() return voidKrzysztof Opasiak1-1/+1
2016-01-29libusbgx: net: Fix ether addr importingKrzysztof Opasiak1-2/+3
2015-12-23libusbgx: Release libusbgx version 0.1.0libusbgx-v0.1.0Krzysztof Opasiak1-1/+1
2015-12-23libusbgx: Add suitable copyrightsKrzysztof Opasiak1-0/+4
2015-12-23libusbgx: Use rmdir() instead of unlink() for directoriesKrzysztof Opasiak2-4/+4
2015-12-23libusbgx: Replace *_cpy_*() functions with *_s() conventionKrzysztof Opasiak1-64/+18
2015-12-23libusbgx: Refactor the core code to be more readableKrzysztof Opasiak2-296/+353
2015-12-23libusbgx: Switch to a new function APIKrzysztof Opasiak8-359/+53
2015-12-23libusbgx: ms: Add implementation of function specific APIKrzysztof Opasiak1-455/+485
2015-12-23libusbgx: net: Add implementation of function specific APIKrzysztof Opasiak1-142/+196
2015-12-23libusbgx: midi: Add implementation of function specific APIKrzysztof Opasiak1-145/+162
2015-12-23libusbgx: loopback: Add implementation of function specific APIKrzysztof Opasiak1-81/+128
2015-12-23libusbgx: serial: Add implementation of function specific APIKrzysztof Opasiak1-41/+33
2015-12-23libusbgx: phonet: Add implementation of function specific APIKrzysztof Opasiak1-2/+48
2015-12-23libusbgx: ffs: Add implementation of function specific APIKrzysztof Opasiak1-4/+39
2015-12-23libusbgx: common: Add alloc_inst() and free_inst() callbacksKrzysztof Opasiak9-42/+109
2015-12-23libusbgx: common: Add helper for getting and setting bool valuesKrzysztof Opasiak1-1/+42
2015-12-23libusbgx: common: Add helper for getting and setting ether addrKrzysztof Opasiak1-0/+51
2015-12-23libusbgx: common: Add helper for getting and setting string valuesKrzysztof Opasiak1-0/+32
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-5/+19
2015-12-23libusbgx: Add internal API for defining function typesKrzysztof Opasiak10-1281/+1635
2015-12-23libusbgx: Move some common functions to a separate fileKrzysztof Opasiak3-243/+255