1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 06:19:43 +03:00
Commit graph

3 commits

Author SHA1 Message Date
Michael Grzeschik
53231c76f9 uvc: add import/export support
- tested with -Wall, -Wextra

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
2021-10-26 14:08:44 +02:00
Michael Grzeschik
6bd989c868 gadget-uvc: fix 4k format resolution
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
2021-10-26 14:08:44 +02:00
Thomas Haemmerle
52aa5ed5c9 libusbgx: Add UVC support
Signed-off-by: Thomas Haemmerle <thomas.haemmerle@wolfvision.net>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>

---
 v2 -> v3: - simplified exit paths of functions with returns instead of gotos
           - added cleanup code for remove
           - added gadget-uvc example file
           - simplified class link creation
           - added support for more than one format
 v3 -> v4:
           - fixed 4k resolution on gadget-uvc example
2021-05-10 23:23:20 +02:00