summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Fix erroneous calloc NULL checktizen_9.0_m2_releasetizen_8.0_m2_releasetizen_7.0_m2_releasesubmit/tizen_base/20211104.091630submit/tizen/20211104.092607submit/tizen/20211103.072537accepted/tizen/unified/20211108.181449accepted/tizen/9.0/unified/20241030.233404accepted/tizen/8.0/unified/20231005.095130accepted/tizen/7.0/unified/hotfix/20221116.111042accepted/tizen/7.0/unified/20221110.063039tizen_9.0tizen_8.0tizen_7.0_hotfixtizen_7.0tizenaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedaccepted/tizen_8.0_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedHubert Kowalski1-7/+9
2021-09-14Add some to .gitignore filetizen_6.5.m2_releasesubmit/tizen_6.5/20211028.163501submit/tizen/20210914.114138accepted/tizen/unified/20210915.001823accepted/tizen/6.5/unified/20211029.014224Hyotaek Shim1-0/+3
2021-09-14Clarify license declaration for each packageHyotaek Shim1-1/+4
2020-01-03libusbgx: fix build with glibc-2.28 since <sys/sysmacros.h> is no more includ...tizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.115102submit/tizen_6.0_hotfix/20201102.192902submit/tizen_6.0/20201029.205502submit/tizen/20200113.045254submit/tizen/20200107.015420accepted/tizen/unified/20200113.130526accepted/tizen/6.0/unified/hotfix/20201103.050038accepted/tizen/6.0/unified/hotfix/20201102.235009accepted/tizen/6.0/unified/20201030.105755tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedGwenhael Goavec-Merou6-0/+6
2018-01-24libusbgx: packaging: Add missing uac2 header to devel packagetizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184307submit/tizen_5.5_mobile_hotfix/20201026.185107submit/tizen_5.5/20191031.000007submit/tizen_5.0/20181101.000007submit/tizen/20180124.125848accepted/tizen/unified/20180124.154305accepted/tizen/5.5/unified/wearable/hotfix/20201027.100104accepted/tizen/5.5/unified/mobile/hotfix/20201027.073746accepted/tizen/5.5/unified/20191031.011043accepted/tizen/5.0/unified/20181102.030005tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5tizen_5.0accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedaccepted/tizen_5.0_unifiedKrzysztof Opasiak1-0/+1
2018-01-17libusbgx: examples: Make show-gadgets aware of uac2 functionsubmit/tizen/20180124.124543Krzysztof Opasiak1-0/+15
2018-01-17libusbgx: examples: Add UAC2 function exampleJohn Keeping3-1/+119
2018-01-17libusbgx: Add support for UAC2 functionJohn Keeping6-2/+470
2017-12-12libusbgx: fix: Disallow creating function with empty instance nameKrzysztof Opasiak1-1/+1
2017-12-12libusbgx: tests: fix: Make our tests os_desc awareKrzysztof Opasiak1-1/+4
2017-12-12libusbgx: examples: Add rndis with OS descriptors support exampleKrzysztof Opasiak3-1/+155
2017-12-12libusbgx: fix: Correct typo in usbg_rm_file() funciton nameKrzysztof Opasiak3-4/+4
2017-12-12libusbgx: Make usbg_rm_config() aware of OS descriptorsKrzysztof Opasiak1-2/+10
2017-12-12libusbgx: Add support for OS Descriptor configuration bindingsStefan Agner4-0/+228
2017-12-12libusbgx: Add config support for function OS DescriptorsStefan Agner1-0/+179
2017-12-12libusbgx: Add function level OS Descriptor supportStefan Agner2-0/+109
2017-12-12libusbgx: Add interface name for Feature DescriptorsStefan Agner2-0/+9
2017-12-12libusbgx: Add libconfig support for OS DescriptorsStefan Agner1-0/+124
2017-12-12libusbgx: Add OS Descriptors supportStefan Agner3-0/+157
2017-12-11libusbgx: Do not write null terminator when using usbg_write_string()Stefan Agner1-1/+1
2017-11-24libusbgx: fix usbg_free_gadget_strs when passing NULLStefan Agner1-1/+1
2017-11-20libusbgx: fix: Install mising hid function headerKrzysztof Opasiak2-1/+2
2017-11-20libusbgx: fix: Check fclose() return codeKrzysztof Opasiak1-7/+11
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 Opasiak10-24/+32
2017-03-03libusbgx: Fix compilation without libconfigKrzysztof Opasiak7-216/+296
2017-03-03libusbgx: examples: Add example how to create gadget with HID functionKrzysztof Opasiak3-1/+155
2017-03-03libusbgx: examples: Allow show-gadgets to print HID function attrsKrzysztof Opasiak1-1/+19
2017-03-03libusbgx: Add support for HID functionKrzysztof Opasiak5-1/+653
2017-03-03libusbgx: common: Allow to export int attribute in hex formatKrzysztof Opasiak2-0/+22
2017-03-03libsubgx: common: Allow to export dev_t attribute using libconfigKrzysztof Opasiak2-0/+27
2017-03-03libusbgx: common: Add function for reading dev_t from ConfigFSKrzysztof Opasiak2-0/+24
2017-03-03libusbgx: common: Use fread() instead of fgets()Krzysztof Opasiak3-40/+38
2017-03-03libusbgx: common: Use fwrite() instead of fputs()Krzysztof Opasiak4-45/+73
2017-03-03libusbgx: examples: Print strings in all available languagesKrzysztof Opasiak1-13/+48
2017-03-03libusbgx: Simplify strings handling in libconfig schemesKrzysztof Opasiak1-74/+27
2017-03-03libusbgx: Add usbg_get_config_str_langs()Krzysztof Opasiak2-0/+13
2017-03-03libusbgx: Add usbg_get_gadget_strs_langs()Krzysztof Opasiak2-0/+64
2017-03-03libusbgx: Get rid of static buffers from usbg_config_strsKrzysztof Opasiak3-9/+9
2017-03-02libusbgx: Add usbg_free_config_strs()Krzysztof Opasiak4-0/+16
2017-03-02libusbgx: Get rid of static buffers from usbg_gadget_strsKrzysztof Opasiak4-28/+55
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 Opasiak4-0/+14
2016-12-14libusbgx: Keep gadget strs in the same order as in device descKrzysztof Opasiak5-23/+22
2016-12-14libusbgx: Use string name similar to USB specKrzysztof Opasiak10-42/+42
2016-12-14libusbgx: tests: Fix indent and line lengthKrzysztof Opasiak3-60/+108
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak12-112/+137
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak9-116/+116
2016-12-13libusbgx: Use suitable prefix for usbg_gadget_str enumKrzysztof Opasiak2-9/+9
2016-12-13libusbgx: Use suitable prefix for usbg_gadget_attr enumKrzysztof Opasiak3-24/+24