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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-19
Update packaging due to new upstream files.
experimental
Krzysztof Opasiak
1
-0
/
+1
2014-08-19
Update packaging due to extension of upstream package
Krzysztof Opasiak
1
-0
/
+1
2014-08-19
Add packaging for generating rpm package.
Krzysztof Opasiak
3
-0
/
+76
2014-07-05
libusbg: Add example to show how to create ffs functions.
Krzysztof Opasiak
2
-1
/
+156
2014-07-05
libusbg: Update show gadget example support ffs functions.
Krzysztof Opasiak
1
-0
/
+3
2014-07-05
libusbg: Add support for functionFS.
Krzysztof Opasiak
2
-1
/
+35
2014-07-05
libusbg: Fix potential memory leak in usbg_init()
Krzysztof Opasiak
1
-11
/
+24
2014-07-05
libusbg: Update examples to new API functionality.
Krzysztof Opasiak
3
-2
/
+116
2014-07-05
libusbg: Add remove gadget functionality.
Krzysztof Opasiak
2
-0
/
+63
2014-07-05
libusbg: Add remove function functionality.
Krzysztof Opasiak
2
-0
/
+51
2014-07-05
libusbg: Add remove configuration functionality.
Krzysztof Opasiak
2
-0
/
+84
2014-07-05
libusbg: Add remove gadget/config strings functionality.
Krzysztof Opasiak
2
-0
/
+72
2014-07-05
libusbg: Add remove binding functionality.
Krzysztof Opasiak
2
-0
/
+49
2014-05-24
libusbg: Do not dereference usb config attributes when they are NULL. CID#56126
Philippe De Swert
1
-1
/
+1
2014-05-24
libusbg: Do not try to dereference func when it is NULL. CID#56127
Philippe De Swert
1
-0
/
+1
2014-05-24
libusbg: Fix buffer overrun issue. CID#56128
Philippe De Swert
1
-1
/
+1
2014-05-24
libusbg: Fix readlink/buffer overrun issue. CID#56130, CID#56129
Philippe De Swert
1
-1
/
+1
2014-04-03
Merge pull request #2 from kopasiak/devel
Matt Porter
4
-185
/
+367
2014-04-03
libusbg: Use config ID and label instead of config name.
Krzysztof Opasiak
4
-80
/
+168
2014-04-03
libusbg: Replace usage of function name with type and instance.
Krzysztof Opasiak
3
-104
/
+184
2014-04-03
libusbg: Add checking for legal function type.
Krzysztof Opasiak
1
-5
/
+13
2014-04-03
libusbg: Fix wrong malloc sizes in allocate functions.
Krzysztof Opasiak
1
-4
/
+4
2014-04-03
libusbg: Fix missing read of bcdDevice.
Krzysztof Opasiak
1
-0
/
+6
2014-04-03
Merge pull request #1 from kopasiak/master
Matt Porter
5
-669
/
+2294
2014-03-18
libusbg: Replace sprintf with snprintf.
Krzysztof Opasiak
1
-62
/
+115
2014-03-18
libusbg: Remove fixed-size buffers from usbg_binding.
Krzysztof Opasiak
1
-55
/
+114
2014-03-18
libusbg: Remove fixed-size buffers from usbg_function.
Krzysztof Opasiak
1
-24
/
+66
2014-03-18
libusbg: Remove fixed-size buffers from usbg_config.
Krzysztof Opasiak
2
-26
/
+73
2014-03-18
libusbg: Remove fixed-size buffers from usbg_gadget.
Krzysztof Opasiak
1
-24
/
+37
2014-03-18
libusbg: Remove fixed-size buffer from usbg_state.
Krzysztof Opasiak
2
-4
/
+13
2014-03-18
libusbg: Fix wrong target size.
Krzysztof Opasiak
1
-1
/
+1
2014-03-11
libusbg: Update examples to use returned error codes.
Krzysztof Opasiak
3
-11
/
+81
2014-03-11
libusbg: Add functions for getting error strings.
Krzysztof Opasiak
2
-0
/
+102
2014-03-11
libusbg: Return error code instead of -1.
Krzysztof Opasiak
2
-7
/
+9
2014-03-11
libusbg: Change usbg_get_function_attrs() to return error code.
Krzysztof Opasiak
2
-26
/
+56
2014-03-11
libusbg: Return error code instead of NULL pointer - config.
Krzysztof Opasiak
2
-30
/
+29
2014-03-11
libusbg: Return error code instead of NULL pointer.
Krzysztof Opasiak
2
-27
/
+26
2014-03-11
libusbg: Add return value to usbg_enable/disable_gadget().
Krzysztof Opasiak
2
-20
/
+57
2014-03-11
libusbg: Add return value to config related functions.
Krzysztof Opasiak
3
-56
/
+81
2014-03-11
libusbg: Add return value to usb function related functions.
Krzysztof Opasiak
3
-64
/
+108
2014-03-11
libusbg: Add return value to usbg_set_gadget_*() functions.
Krzysztof Opasiak
2
-41
/
+77
2014-03-11
libusbg: Add return value to gadget creation functions.
Krzysztof Opasiak
3
-98
/
+185
2014-03-11
libusbg: Add parenthesis to INSERT_TAILQ_STRING_ORDER macro.
Krzysztof Opasiak
1
-8
/
+8
2014-03-11
libusbg: Return usbg_error instead of char* in usbg_get_*_name().
Krzysztof Opasiak
2
-24
/
+60
2014-03-11
libusbg: Return usbg_error instead of -1 in usbg_*_len().
Krzysztof Opasiak
2
-12
/
+12
2014-03-10
libusbg: Add error handling to usbg_init() and related functions.
Krzysztof Opasiak
4
-130
/
+292
2014-03-10
libusbg: Fix wrong binding parsing.
Krzysztof Opasiak
1
-14
/
+21
2014-03-10
libusbg: Add internal free functions for each library structure.
Krzysztof Opasiak
1
-27
/
+50
2014-03-10
libusbg: Refresh function attributes while each get.
Krzysztof Opasiak
1
-20
/
+11
2014-03-10
libusbg: Refresh config strings while each get.
Krzysztof Opasiak
3
-17
/
+19
[next]