From 07f0d83095c5ca26de9031946ebeec05f24a18e7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Tue, 11 Oct 2011 11:42:49 +0200 Subject: Print media device information when called with -p/--print In addition to printing pipeline information, print the media device information. Signed-off-by: Laurent Pinchart --- src/mediactl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mediactl.h') diff --git a/src/mediactl.h b/src/mediactl.h index d4dfc65..1b47b7e 100644 --- a/src/mediactl.h +++ b/src/mediactl.h @@ -54,6 +54,7 @@ struct media_entity { struct media_device { int fd; + struct media_device_info info; struct media_entity *entities; unsigned int entities_count; void (*debug_handler)(void *, ...); -- cgit v1.2.3