From c8ca837395028751f79a6b6a690c37acc58f2f8c Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Wed, 4 Jul 2012 16:43:41 +0200 Subject: v4l2: Print the device name in error messages Signed-off-by: Laurent Pinchart --- isp/v4l2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'isp/v4l2.h') diff --git a/isp/v4l2.h b/isp/v4l2.h index 7d28d67..a95be9c 100644 --- a/isp/v4l2.h +++ b/isp/v4l2.h @@ -32,6 +32,7 @@ struct v4l2_device { int fd; + char *name; enum v4l2_buf_type type; enum v4l2_memory memtype; -- cgit v1.2.3