summaryrefslogtreecommitdiff
path: root/examples/show-gadgets.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-17libusbgx: examples: Make show-gadgets aware of uac2 functionsubmit/tizen/20180124.124543Krzysztof Opasiak1-0/+15
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 Opasiak1-3/+3
2016-12-14libusbgx: Remove typedefs for public structuresKrzysztof Opasiak1-4/+4
2016-12-13libusbgx: Use suitable prefix for usbg_function_type enumKrzysztof Opasiak1-12/+12
2015-12-23libusbgx: Add suitable copyrightsKrzysztof Opasiak1-0/+4
2015-12-23libusbgx: examples: Port all examples to new APIKrzysztof Opasiak1-16/+35
2015-12-22libusbgx: examples: Use digital format for bMaxPacketSize0Krzysztof Opasiak1-1/+1
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: 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: 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 Opasiak1-18/+18
2015-12-22libusbgx: Rework API to use usbg_udc structureKrzysztof Opasiak1-4/+11
2015-12-22libusbgx: Simplify getting names form library structuresKrzysztof Opasiak1-11/+31
2015-12-22libusbgx: Update show gadget example support ffs functions.Krzysztof Opasiak1-0/+3
2015-12-22libusbgx: Use config ID and label instead of config name.Krzysztof Opasiak1-4/+5
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 Opasiak1-4/+36
2015-12-22libusbgx: Add error handling to usbg_init() and related functions.Krzysztof Opasiak1-2/+3
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 Opasiak1-1/+0
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 Opasiak1-14/+22
2015-12-22libusbgx: Hide definition of config structure.Krzysztof Opasiak1-2/+2
2015-12-22libusbgx: Hide definition of gadget structure.Krzysztof Opasiak1-19/+41
2015-12-22libusbgx: Hide definition of state structure.Krzysztof Opasiak1-1/+1
2015-12-22libusbgx: Separate config attrs and strs form configuration.Krzysztof Opasiak1-3/+3
2015-12-22libusbgx: Separate gadget strings from gadget.Krzysztof Opasiak1-3/+3
2015-12-22libusbgx: Change gadget attributes size and names.Krzysztof Opasiak1-9/+9
2015-12-22libusbgx: Separate gadget attributes from gadget.Krzysztof Opasiak1-9/+9
2014-01-21libusbg: use /sys/kernel/config mount point in examplesMatt Porter1-1/+1
2014-01-21libusbg: update preferred email addressMatt Porter1-1/+1
2014-01-21libusbg: rename gadget_*() -> usbg_*(), libusbg, and usbg.hMatt Porter1-7/+7
2013-09-04Initial releaseMatt Porter1-0/+116