summaryrefslogtreecommitdiff
path: root/isp/v4l2.h
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-07-04 16:43:41 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-10-20 21:21:35 +0200
commitc8ca837395028751f79a6b6a690c37acc58f2f8c (patch)
tree1c0c654356df919f62ff1ec4e45b534840025ee3 /isp/v4l2.h
parentdd91236537427f7cae68b08d4b39926ef4cafe74 (diff)
v4l2: Print the device name in error messages
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'isp/v4l2.h')
-rw-r--r--isp/v4l2.h1
1 files changed, 1 insertions, 0 deletions
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;