index
:
platform/upstream/libusbg
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
experimental
sandbox/akazmin/tizen_6.0_build
sandbox/kopasiak/upgrade_to_libusbgx_v0.1.0
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
tizen_backup_before_libusbg_to_libusbgx_change
upstream
upstream_backup_before_libusbg_to_libusbgx_change
Domain: System / System Framework;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
usbg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-22
Fix erroneous calloc NULL check
tizen_9.0_m2_release
tizen_8.0_m2_release
tizen_7.0_m2_release
submit/tizen_base/20211104.091630
submit/tizen/20211104.092607
submit/tizen/20211103.072537
accepted/tizen/unified/20211108.181449
accepted/tizen/9.0/unified/20241030.233404
accepted/tizen/8.0/unified/20231005.095130
accepted/tizen/7.0/unified/hotfix/20221116.111042
accepted/tizen/7.0/unified/20221110.063039
tizen_9.0
tizen_8.0
tizen_7.0_hotfix
tizen_7.0
tizen
accepted/tizen_unified
accepted/tizen_9.0_unified
accepted/tizen_8.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_7.0_unified
Hubert Kowalski
1
-7
/
+9
2018-01-17
libusbgx: Add support for UAC2 function
John Keeping
1
-0
/
+2
2017-12-12
libusbgx: fix: Disallow creating function with empty instance name
Krzysztof Opasiak
1
-1
/
+1
2017-12-12
libusbgx: fix: Correct typo in usbg_rm_file() funciton name
Krzysztof Opasiak
1
-2
/
+2
2017-12-12
libusbgx: Make usbg_rm_config() aware of OS descriptors
Krzysztof Opasiak
1
-2
/
+10
2017-12-12
libusbgx: Add support for OS Descriptor configuration bindings
Stefan Agner
1
-0
/
+176
2017-12-12
libusbgx: Add function level OS Descriptor support
Stefan Agner
1
-0
/
+64
2017-12-12
libusbgx: Add OS Descriptors support
Stefan Agner
1
-0
/
+92
2017-03-03
libusbgx: Add support for HID function
Krzysztof Opasiak
1
-0
/
+2
2017-03-03
libusbgx: Add usbg_get_config_str_langs()
Krzysztof Opasiak
1
-0
/
+5
2017-03-03
libusbgx: Add usbg_get_gadget_strs_langs()
Krzysztof Opasiak
1
-0
/
+56
2017-03-03
libusbgx: Get rid of static buffers from usbg_config_strs
Krzysztof Opasiak
1
-2
/
+2
2017-03-02
libusbgx: Get rid of static buffers from usbg_gadget_strs
Krzysztof Opasiak
1
-17
/
+30
2016-12-14
libusbgx: Keep gadget strs in the same order as in device desc
Krzysztof Opasiak
1
-8
/
+7
2016-12-14
libusbgx: Use string name similar to USB spec
Krzysztof Opasiak
1
-6
/
+6
2016-12-14
libusbgx: Remove typedefs for public structures
Krzysztof Opasiak
1
-16
/
+21
2016-12-13
libusbgx: Use suitable prefix for usbg_function_type enum
Krzysztof Opasiak
1
-13
/
+13
2016-10-05
Remove redundant assignments
Krzysztof Opasiak
1
-2
/
+2
2016-01-29
libusbgx: Remove unused out label in usbg_set_function_attrs()
Krzysztof Opasiak
1
-3
/
+1
2015-12-23
libusbgx: Add suitable copyrights
Krzysztof Opasiak
1
-0
/
+4
2015-12-23
libusbgx: Use rmdir() instead of unlink() for directories
Krzysztof Opasiak
1
-2
/
+2
2015-12-23
libusbgx: Replace *_cpy_*() functions with *_s() convention
Krzysztof Opasiak
1
-64
/
+18
2015-12-23
libusbgx: Refactor the core code to be more readable
Krzysztof Opasiak
1
-296
/
+344
2015-12-23
libusbgx: Switch to a new function API
Krzysztof Opasiak
1
-163
/
+8
2015-12-23
libusbgx: common: Add alloc_inst() and free_inst() callbacks
Krzysztof Opasiak
1
-40
/
+8
2015-12-23
libusbgx: Add internal API for defining function types
Krzysztof Opasiak
1
-698
/
+62
2015-12-23
libusbgx: Move some common functions to a separate file
Krzysztof Opasiak
1
-242
/
+0
2015-12-23
libusbgx: Move error-ralted functions to a separate file
Krzysztof Opasiak
1
-166
/
+0
2015-12-22
libusbgx: Fix memory leak in usbg_set_function_ms_attrs()
Krzysztof Opasiak
1
-0
/
+1
2015-12-22
libusbgx: Add support for loopback function.
Krzysztof Opasiak
1
-0
/
+46
2015-12-22
libusbgx: Add enum for gadget strings
Pawel Szewczyk
1
-0
/
+64
2015-12-22
libusbgx: Add USBG_ERROR_NOT_EMPTY error code
Pawel Szewczyk
1
-0
/
+9
2015-12-22
libusbgx: Allow to pass NULL as name to usbg_add_config_function()
Krzysztof Opasiak
1
-0
/
+3
2015-12-22
libusbgx: Add support for MIDI function
Dominic Sacré
1
-0
/
+82
2015-12-22
libusbgx: Mark char pointers in usbg_*_attrs as const
Dominic Sacré
1
-5
/
+5
2015-12-22
libusbgx: Fix warnings when compiling with -Wall
Dominic Sacré
1
-2
/
+2
2015-12-22
libusbgx: Format switch statements more consistently
Dominic Sacré
1
-0
/
+5
2015-12-22
libusbgx: Fix several typos
Dominic Sacré
1
-5
/
+5
2015-12-22
libusbgx: Fix mapping function type into attributes type
Pawel Szewczyk
1
-1
/
+1
2015-12-22
libusbgx: print leading zero for MAC address bytes
Stefan Agner
1
-4
/
+13
2015-12-22
libusbgx: Add support for mass storage function
Krzysztof Opasiak
1
-0
/
+401
2015-12-22
libusbgx: Add rm callback to usbg_function
Krzysztof Opasiak
1
-0
/
+14
2015-12-22
libusbgx: Add functions for reading/writing bool values
Krzysztof Opasiak
1
-0
/
+17
2015-12-22
libusbgx: Rework usbg_read_buf() to accept also empty files
Krzysztof Opasiak
1
-15
/
+23
2015-12-22
libusbgx: Dereference pointer before switch
Krzysztof Opasiak
1
-6
/
+10
2015-12-22
libusbgx: Allow to pass usbg_init() without access to /sys/class/udc
Krzysztof Opasiak
1
-1
/
+10
2015-12-22
libusbgx: Remove static buffers from usbg_f_ffs_attrs
Krzysztof Opasiak
1
-7
/
+10
2015-12-22
libusbgx: Remove static buffers from usbg_f_phonet_attrs
Krzysztof Opasiak
1
-4
/
+6
2015-12-22
libusbgx: Remove static buffers from usbg_f_net_attrs
Krzysztof Opasiak
1
-4
/
+28
2015-12-22
libusbgx: Introduce usbg_cleanup_function_attrs() function
Krzysztof Opasiak
1
-0
/
+23
[next]