summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-27libusbg: Add functions for reading/writing bool valuesKrzysztof Opasiak1-0/+17
2015-04-27libusbg: Rework usbg_read_buf() to accept also empty filesKrzysztof Opasiak1-15/+23
2015-04-27libusbg: Add offsetof() and container_of() macrosKrzysztof Opasiak1-0/+10
2015-04-27libusbg: Dereference pointer before switchKrzysztof Opasiak1-6/+10
2015-04-27libusbg: Allow to pass usbg_init() without access to /sys/class/udcKrzysztof Opasiak1-1/+10
2015-04-27libusbg: Fix export of phonet attributesKrzysztof Opasiak1-1/+0
2015-04-27libusbg: Don't link libusbg with cmkockaPawel Szewczyk1-2/+0
2015-04-16libusbg: Remove static buffers from usbg_f_ffs_attrsKrzysztof Opasiak2-8/+11
2015-04-16libusbg: Remove static buffers from usbg_f_phonet_attrsKrzysztof Opasiak2-5/+7
2015-04-16libusbg: Remove static buffers from usbg_f_net_attrsKrzysztof Opasiak2-5/+31
2015-04-16libusbg: Introduce usbg_cleanup_function_attrs() functionKrzysztof Opasiak4-0/+36
2015-04-16libusbg: Make a use of usbg_f_attrs_typeKrzysztof Opasiak5-83/+122
2015-04-16libusbg: Add usbg_f_attrs_type enumKrzysztof Opasiak2-0/+44
2015-04-16libusbg: Pass suitable structure to usbg_parse_function_net_attrs()Krzysztof Opasiak1-6/+6
2015-04-08libusbg: Update .gitignore for tests directoryKrzysztof Opasiak1-0/+5
2015-04-08libusbg: Make *_attrs and *_strs arguments const-correctDominic Sacré2-17/+21
2015-04-08libusbg: Add extern "C" linkage specification when using C++Dominic Sacré1-0/+9
2015-04-08libusbg: Add a .gitignore fileDominic Sacré1-0/+24
2015-03-06libusbg: tests: Add config attributes getting and setting testPawel Szewczyk1-0/+157
2015-03-06libusbg: tests: Add simulation of configfs for config attributesPawel Szewczyk2-1/+147
2015-03-06libusbg: tests: Add getting and setting config strs testPawel Szewczyk1-0/+109
2015-03-06libusbg: tests: Add simulation of configfs for config stringsPawel Szewczyk2-0/+98
2015-03-06libusbg: tests: Add getting binding testPawel Szewczyk1-0/+98
2015-03-06libusbg: tests: Add simulation of configfs for getting bindingsPawel Szewczyk2-0/+46
2015-03-06libusbg: tests: Support static binding definitionKrzysztof Opasiak1-10/+19
2015-03-06libusbg: tests: Make a deep copy of date for each test caseKrzysztof Opasiak3-20/+291
2015-03-06libusbg: tests: Add writable attribute to test_* structuresKrzysztof Opasiak2-0/+13
2015-03-06libusbg: tests: Initialize test_function when necessaryKrzysztof Opasiak2-16/+22
2015-03-06libusbg: tests: Add test_binding structurePawel Szewczyk3-13/+68
2015-03-06libusbg: tests: Add getting gadget string testPawel Szewczyk1-0/+34
2015-03-06libusbg: tests: Add simulation of configfs for getting gadget stringsPawel Szewczyk2-0/+53
2015-03-06libusbg: tests: Add setting gadget strs testsPawel Szewczyk1-0/+89
2015-03-06libusbg: tests: Fix coding styleKrzysztof Opasiak1-14/+36
2015-03-06libusbg: tests: Add simulation of configfs for gadget strings settingPawel Szewczyk3-0/+132
2015-03-06libusbg: tests: Stop using gadget attributes strings array directlyPawel Szewczyk2-7/+2
2015-03-06libusbg: tests: Try to iterate over all gadget attributesKrzysztof Opasiak1-1/+15
2015-03-06libusbg: tests: Test getting strings of gadget attributesPawel Szewczyk1-0/+51
2015-03-06libusbg: tests: Update guideline changesPawel Szewczyk1-3/+5
2015-03-06libusbg: tests: Add udc testsPawel Szewczyk1-0/+49
2015-03-06libusbg: tests: Add states with long stringsPawel Szewczyk1-0/+72
2015-03-06libusbg: tests: Add gadget attrs get/set testsPawel Szewczyk3-0/+226
2015-03-06libusbg: tests: Add simulation of configfs for gadget attrs get/setPawel Szewczyk3-0/+194
2015-03-06libusbg: tests: Add getting config testsPawel Szewczyk3-0/+191
2015-03-06libusbg: tests: Add getting configfs path testPawel Szewczyk1-0/+90
2015-03-06libusbg: tests: Add getting functions testsPawel Szewczyk3-10/+394
2015-03-06libusbg: tests: Use cast_to_largest_integral_type()Krzysztof Opasiak1-1/+3
2015-03-06libusbg: tests: Make some functions static, some move to headerPawel Szewczyk3-39/+40
2015-03-06libusbg: tests: Add doxygen macros for documenting test casesPawel Szewczyk5-29/+107
2015-03-06libusbg: tests: Remove unused variablesKrzysztof Opasiak1-3/+0
2015-03-06libusbg: tests: Add guarding macros in headerPawel Szewczyk1-0/+6