Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-06 | list: Add list_next_entry() | Daniel Scally | |
Lists are useful for more than just iteration! Add a macro to fetch just the next item in the list. Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> | |||
2018-06-12 | Split UVC gadget into a library and test application | Laurent Pinchart | |
Split the project into a UVC gadget library and a test application. To avoid rolling out a custom build system, switch to CMake. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |