summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2018-01-17libusbgx: examples: Make show-gadgets aware of uac2 functionsubmit/tizen/20180124.124543Krzysztof Opasiak1-0/+15
2018-01-17libusbgx: examples: Add UAC2 function exampleJohn Keeping2-1/+118
2017-12-12libusbgx: examples: Add rndis with OS descriptors support exampleKrzysztof Opasiak2-1/+154
2017-03-03libusbgx: examples: Add example how to create gadget with HID functionKrzysztof Opasiak2-1/+154
2017-03-03libusbgx: examples: Allow show-gadgets to print HID function attrsKrzysztof Opasiak1-1/+19
2017-03-03libusbgx: examples: Print strings in all available languagesKrzysztof Opasiak1-13/+48
2017-03-02libusbgx: Add usbg_free_config_strs()Krzysztof Opasiak1-0/+2
2017-03-02libusbgx: Add usbg_free_gadget_strs()Krzysztof Opasiak1-0/+2
2016-12-14libusbgx: Use string name similar to USB specKrzysztof Opasiak5-15/+15
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak6-17/+17
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak5-19/+19
2015-12-23libusbgx: Add suitable copyrightsKrzysztof Opasiak2-0/+8
2015-12-23libusbgx: examples: Port all examples to new APIKrzysztof Opasiak4-46/+54
2015-12-22libusbgx: examples: Use digital format for bMaxPacketSize0Krzysztof Opasiak5-5/+5
2015-12-22libusbgx: examples: Print bcdUSB and bcdDevice as BCD not HEXKrzysztof Opasiak1-2/+7
2015-12-22libusbgx: examples: Print gadget data in the same order as lsusb.Krzysztof Opasiak1-3/+3
2015-12-22libusbgx: examples: Make examples easier to readKrzysztof Opasiak4-58/+64
2015-12-22libusbgx: examples: add example of midi function usagePawel Szewczyk2-1/+119
2015-12-22libusbgx: Update show-gadgets example to support MIDI gadgetsDominic Sacré1-0/+13
2015-12-22libusbgx: Format switch statements more consistentlyDominic Sacré1-0/+4
2015-12-22libusbgx: Add example with mass storage functionKrzysztof Opasiak2-1/+160
2015-12-22libusbgx: Update example to show also mass storage functionKrzysztof Opasiak1-0/+17
2015-12-22libusbgx: Introduce usbg_cleanup_function_attrs() functionKrzysztof Opasiak1-0/+2
2015-12-22libusbgx: Make a use of usbg_f_attrs_typeKrzysztof Opasiak2-19/+19
2015-12-22libusbgx: Fix compilation warningsKrzysztof Opasiak1-1/+0
2015-12-22libusbgx: Add example how to use usbg_udc structureKrzysztof Opasiak2-1/+63
2015-12-22libusbgx: Rework API to use usbg_udc structureKrzysztof Opasiak2-13/+14
2015-12-22libusbgx: Simplify getting names form library structuresKrzysztof Opasiak1-11/+31
2015-12-22libusbgx: Fix out-of-tree buildsKrzysztof Opasiak1-1/+1
2015-12-22libusbgx: examples: Add gadget-import sample appKrzysztof Opasiak2-1/+81
2015-12-22libusbgx: examples: Add sample application to export gadgetKrzysztof Opasiak2-1/+83
2015-12-22libusbgx: Add example to show how to create ffs functions.Krzysztof Opasiak2-1/+156
2015-12-22libusbgx: Update show gadget example support ffs functions.Krzysztof Opasiak1-0/+3
2015-12-22libusbgx: Update examples to new API functionality.Krzysztof Opasiak2-1/+116
2015-12-22libusbgx: Use config ID and label instead of config name.Krzysztof Opasiak2-6/+7
2015-12-22libusbgx: Replace usage of function name with type and instance.Krzysztof Opasiak1-7/+13
2015-12-22libusbgx: Update examples to use returned error codes.Krzysztof Opasiak2-10/+81
2015-12-22libusbgx: Add return value to config related functions.Krzysztof Opasiak1-2/+2
2015-12-22libusbgx: Add return value to usb function related functions.Krzysztof Opasiak1-6/+6
2015-12-22libusbgx: Add return value to gadget creation functions.Krzysztof Opasiak1-2/+2
2015-12-22libusbgx: Add error handling to usbg_init() and related functions.Krzysztof Opasiak2-4/+6
2015-12-22libusbgx: Refresh config strings while each get.Krzysztof Opasiak1-1/+1
2015-12-22libusbgx: Refresh gadget strings while each get.Krzysztof Opasiak1-1/+1
2015-12-22libusbgx: Remove unused variables to make compiler happy.Krzysztof Opasiak2-2/+0
2015-12-22libusbgx: Update examples to new API.Krzysztof Opasiak1-6/+24
2015-12-22libusbgx: Rename all public structures to usbg convention.Krzysztof Opasiak1-5/+5
2015-12-22libusbgx: Hide definition of binding structure.Krzysztof Opasiak1-4/+5
2015-12-22libusbgx: Hide definition of function structure.Krzysztof Opasiak2-16/+24
2015-12-22libusbgx: Hide definition of config structure.Krzysztof Opasiak2-3/+3
2015-12-22libusbgx: Hide definition of gadget structure.Krzysztof Opasiak2-20/+42