1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-16 15:05:06 +03:00
libusbgx/examples
Krzysztof Opasiak 98bd3bb016 libusbgx: examples: Use digital format for bMaxPacketSize0
bMaxPacketSize0 is maximal size of packet which can be
used for communication with ep0. As most people use digital
format for size, lets use digital format for both
initialization of this member in gadget atributes and for
printing it in show-gadgets.

Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2015-12-22 21:45:36 +01:00
..
gadget-acm-ecm.c libusbgx: examples: Use digital format for bMaxPacketSize0 2015-12-22 21:45:36 +01:00
gadget-export.c libusbgx: examples: Add sample application to export gadget 2015-12-22 20:44:09 +01:00
gadget-ffs.c libusbgx: examples: Use digital format for bMaxPacketSize0 2015-12-22 21:45:36 +01:00
gadget-import.c libusbgx: Fix compilation warnings 2015-12-22 21:41:57 +01:00
gadget-midi.c libusbgx: examples: Use digital format for bMaxPacketSize0 2015-12-22 21:45:36 +01:00
gadget-ms.c libusbgx: examples: Use digital format for bMaxPacketSize0 2015-12-22 21:45:36 +01:00
gadget-vid-pid-remove.c libusbgx: Rework API to use usbg_udc structure 2015-12-22 21:41:57 +01:00
Makefile.am libusbgx: examples: add example of midi function usage 2015-12-22 21:45:36 +01:00
show-gadgets.c libusbgx: examples: Use digital format for bMaxPacketSize0 2015-12-22 21:45:36 +01:00
show-udcs.c libusbgx: Add example how to use usbg_udc structure 2015-12-22 21:41:57 +01:00