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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-14
libusbgx: Use string name similar to USB spec
Krzysztof Opasiak
1
-3
/
+3
2016-12-14
libusbgx: Remove typedefs for public structures
Krzysztof Opasiak
1
-23
/
+23
2016-12-13
libusbgx: Use suitable prefix for usbg_function_type enum
Krzysztof Opasiak
1
-13
/
+13
2016-12-13
libusbgx: Use suitable prefix for usbg_gadget_str enum
Krzysztof Opasiak
1
-3
/
+3
2016-12-13
libusbgx: Use suitable prefix for usbg_gadget_attr enum
Krzysztof Opasiak
1
-8
/
+8
2016-12-06
libusbgx: Move internal defines to a suitable heder
Krzysztof Opasiak
2
-3
/
+4
2016-12-06
libusbgx: Add missing cpp guards
Krzysztof Opasiak
8
-2
/
+68
2016-02-24
libusbgx: fix INSERT_TAILQ_STRING_ORDER
Nicolas Saenz Julienne
1
-0
/
+1
2016-01-29
libusbgx: Make usbg_cleanup_function() return void
Krzysztof Opasiak
1
-1
/
+1
2016-01-29
libusbgx: Remove unused out label
Krzysztof Opasiak
1
-1
/
+0
2015-12-23
libusbgx: Add suitable copyrights
Krzysztof Opasiak
1
-0
/
+4
2015-12-23
libusbgx: Replace *_cpy_*() functions with *_s() convention
Krzysztof Opasiak
1
-79
/
+48
2015-12-23
libusbgx: Switch to a new function API
Krzysztof Opasiak
2
-184
/
+36
2015-12-23
libusbgx: common: Add alloc_inst() and free_inst() callbacks
Krzysztof Opasiak
1
-0
/
+57
2015-12-23
libusbgx: common: Add helper for getting and setting bool values
Krzysztof Opasiak
1
-1
/
+18
2015-12-23
libusbgx: common: Add helper for getting and setting ether addr
Krzysztof Opasiak
1
-0
/
+12
2015-12-23
libusbgx: common: Add helper for getting and setting string values
Krzysztof Opasiak
1
-0
/
+19
2015-12-23
libusbgx: common: Add helper for getting and setting dec values
Krzysztof Opasiak
1
-0
/
+33
2015-12-23
libusbgx: common: Add functions for reading string with limited length
Krzysztof Opasiak
1
-1
/
+8
2015-12-23
libusbgx: ms: Define new API for mass storage function
Krzysztof Opasiak
2
-1
/
+371
2015-12-23
libusbgx: serial: Define new API for serial functions
Krzysztof Opasiak
1
-0
/
+44
2015-12-23
libusbgx: phonet: Define new API for phonet function
Krzysztof Opasiak
1
-0
/
+59
2015-12-23
libusbgx: net: Define new API for net functions
Krzysztof Opasiak
1
-0
/
+214
2015-12-23
libusbgx: midi: Define new API for midi function
Krzysztof Opasiak
1
-0
/
+282
2015-12-23
libusbgx: loopback: Define new API for loopback function
Krzysztof Opasiak
1
-0
/
+138
2015-12-23
libusbgx: ffs: Define new API for functionfs function
Krzysztof Opasiak
1
-0
/
+59
2015-12-23
libusbgx: Add internal API for defining function types
Krzysztof Opasiak
1
-3
/
+39
2015-12-23
libusbgx: Move some common functions to a separate file
Krzysztof Opasiak
1
-0
/
+39
2015-12-22
libusbgx: Add support for loopback function.
Krzysztof Opasiak
1
-0
/
+13
2015-12-22
libusbgx: Add enum for gadget strings
Pawel Szewczyk
1
-0
/
+32
2015-12-22
libusbgx: Add USBG_ERROR_NOT_EMPTY error code
Pawel Szewczyk
1
-0
/
+1
2015-12-22
libusbgx: Add support for MIDI function
Dominic Sacré
1
-0
/
+16
2015-12-22
libusbgx: Mark char pointers in usbg_*_attrs as const
Dominic Sacré
1
-4
/
+4
2015-12-22
libusbgx: Fix several typos
Dominic Sacré
1
-12
/
+12
2015-12-22
libusbgx: print leading zero for MAC address bytes
Stefan Agner
1
-0
/
+2
2015-12-22
libusbgx: Add support for mass storage function
Krzysztof Opasiak
1
-0
/
+27
2015-12-22
libusbgx: Add rm callback to usbg_function
Krzysztof Opasiak
1
-0
/
+3
2015-12-22
libusbgx: Add offsetof() and container_of() macros
Krzysztof Opasiak
1
-0
/
+10
2015-12-22
libusbgx: Remove static buffers from usbg_f_ffs_attrs
Krzysztof Opasiak
1
-1
/
+1
2015-12-22
libusbgx: Remove static buffers from usbg_f_phonet_attrs
Krzysztof Opasiak
1
-1
/
+1
2015-12-22
libusbgx: Remove static buffers from usbg_f_net_attrs
Krzysztof Opasiak
1
-1
/
+3
2015-12-22
libusbgx: Introduce usbg_cleanup_function_attrs() function
Krzysztof Opasiak
1
-0
/
+10
2015-12-22
libusbgx: Make a use of usbg_f_attrs_type
Krzysztof Opasiak
1
-1
/
+10
2015-12-22
libusbgx: Add usbg_f_attrs_type enum
Krzysztof Opasiak
1
-0
/
+14
2015-12-22
libusbgx: Make *_attrs and *_strs arguments const-correct
Dominic Sacré
1
-8
/
+10
2015-12-22
libusbgx: Add extern "C" linkage specification when using C++
Dominic Sacré
1
-0
/
+9
2015-12-22
libusbgx: tests: Stop using gadget attributes strings array directly
Pawel Szewczyk
1
-5
/
+0
2015-12-22
libusbgx: tests: Add simulation of configfs for gadget attrs get/set
Pawel Szewczyk
1
-0
/
+4
2015-12-22
libusbgx: tests: Add doxygen macros for documenting test cases
Krzysztof Opasiak
1
-0
/
+5
2015-12-22
libusbgx: tests: Build tests with autotools
Krzysztof Opasiak
1
-1
/
+1
[next]