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
2015-04-27
libusbg: Add functions for reading/writing bool values
Krzysztof Opasiak
1
-0
/
+17
2015-04-27
libusbg: Rework usbg_read_buf() to accept also empty files
Krzysztof Opasiak
1
-15
/
+23
2015-04-27
libusbg: Add offsetof() and container_of() macros
Krzysztof Opasiak
1
-0
/
+10
2015-04-27
libusbg: Dereference pointer before switch
Krzysztof Opasiak
1
-6
/
+10
2015-04-27
libusbg: Allow to pass usbg_init() without access to /sys/class/udc
Krzysztof Opasiak
1
-1
/
+10
2015-04-27
libusbg: Fix export of phonet attributes
Krzysztof Opasiak
1
-1
/
+0
2015-04-27
libusbg: Don't link libusbg with cmkocka
Pawel Szewczyk
1
-2
/
+0
2015-04-16
libusbg: Remove static buffers from usbg_f_ffs_attrs
Krzysztof Opasiak
2
-8
/
+11
2015-04-16
libusbg: Remove static buffers from usbg_f_phonet_attrs
Krzysztof Opasiak
2
-5
/
+7
2015-04-16
libusbg: Remove static buffers from usbg_f_net_attrs
Krzysztof Opasiak
2
-5
/
+31
2015-04-16
libusbg: Introduce usbg_cleanup_function_attrs() function
Krzysztof Opasiak
4
-0
/
+36
2015-04-16
libusbg: Make a use of usbg_f_attrs_type
Krzysztof Opasiak
5
-83
/
+122
2015-04-16
libusbg: Add usbg_f_attrs_type enum
Krzysztof Opasiak
2
-0
/
+44
2015-04-16
libusbg: Pass suitable structure to usbg_parse_function_net_attrs()
Krzysztof Opasiak
1
-6
/
+6
2015-04-08
libusbg: Update .gitignore for tests directory
Krzysztof Opasiak
1
-0
/
+5
2015-04-08
libusbg: Make *_attrs and *_strs arguments const-correct
Dominic Sacré
2
-17
/
+21
2015-04-08
libusbg: Add extern "C" linkage specification when using C++
Dominic Sacré
1
-0
/
+9
2015-04-08
libusbg: Add a .gitignore file
Dominic Sacré
1
-0
/
+24
2015-03-06
libusbg: tests: Add config attributes getting and setting test
Pawel Szewczyk
1
-0
/
+157
2015-03-06
libusbg: tests: Add simulation of configfs for config attributes
Pawel Szewczyk
2
-1
/
+147
2015-03-06
libusbg: tests: Add getting and setting config strs test
Pawel Szewczyk
1
-0
/
+109
2015-03-06
libusbg: tests: Add simulation of configfs for config strings
Pawel Szewczyk
2
-0
/
+98
2015-03-06
libusbg: tests: Add getting binding test
Pawel Szewczyk
1
-0
/
+98
2015-03-06
libusbg: tests: Add simulation of configfs for getting bindings
Pawel Szewczyk
2
-0
/
+46
2015-03-06
libusbg: tests: Support static binding definition
Krzysztof Opasiak
1
-10
/
+19
2015-03-06
libusbg: tests: Make a deep copy of date for each test case
Krzysztof Opasiak
3
-20
/
+291
2015-03-06
libusbg: tests: Add writable attribute to test_* structures
Krzysztof Opasiak
2
-0
/
+13
2015-03-06
libusbg: tests: Initialize test_function when necessary
Krzysztof Opasiak
2
-16
/
+22
2015-03-06
libusbg: tests: Add test_binding structure
Pawel Szewczyk
3
-13
/
+68
2015-03-06
libusbg: tests: Add getting gadget string test
Pawel Szewczyk
1
-0
/
+34
2015-03-06
libusbg: tests: Add simulation of configfs for getting gadget strings
Pawel Szewczyk
2
-0
/
+53
2015-03-06
libusbg: tests: Add setting gadget strs tests
Pawel Szewczyk
1
-0
/
+89
2015-03-06
libusbg: tests: Fix coding style
Krzysztof Opasiak
1
-14
/
+36
2015-03-06
libusbg: tests: Add simulation of configfs for gadget strings setting
Pawel Szewczyk
3
-0
/
+132
2015-03-06
libusbg: tests: Stop using gadget attributes strings array directly
Pawel Szewczyk
2
-7
/
+2
2015-03-06
libusbg: tests: Try to iterate over all gadget attributes
Krzysztof Opasiak
1
-1
/
+15
2015-03-06
libusbg: tests: Test getting strings of gadget attributes
Pawel Szewczyk
1
-0
/
+51
2015-03-06
libusbg: tests: Update guideline changes
Pawel Szewczyk
1
-3
/
+5
2015-03-06
libusbg: tests: Add udc tests
Pawel Szewczyk
1
-0
/
+49
2015-03-06
libusbg: tests: Add states with long strings
Pawel Szewczyk
1
-0
/
+72
2015-03-06
libusbg: tests: Add gadget attrs get/set tests
Pawel Szewczyk
3
-0
/
+226
2015-03-06
libusbg: tests: Add simulation of configfs for gadget attrs get/set
Pawel Szewczyk
3
-0
/
+194
2015-03-06
libusbg: tests: Add getting config tests
Pawel Szewczyk
3
-0
/
+191
2015-03-06
libusbg: tests: Add getting configfs path test
Pawel Szewczyk
1
-0
/
+90
2015-03-06
libusbg: tests: Add getting functions tests
Pawel Szewczyk
3
-10
/
+394
2015-03-06
libusbg: tests: Use cast_to_largest_integral_type()
Krzysztof Opasiak
1
-1
/
+3
2015-03-06
libusbg: tests: Make some functions static, some move to header
Pawel Szewczyk
3
-39
/
+40
2015-03-06
libusbg: tests: Add doxygen macros for documenting test cases
Pawel Szewczyk
5
-29
/
+107
2015-03-06
libusbg: tests: Remove unused variables
Krzysztof Opasiak
1
-3
/
+0
2015-03-06
libusbg: tests: Add guarding macros in header
Pawel Szewczyk
1
-0
/
+6
[prev]
[next]