diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-07-04 16:43:41 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2012-10-20 21:21:35 +0200 |
commit | c8ca837395028751f79a6b6a690c37acc58f2f8c (patch) | |
tree | 1c0c654356df919f62ff1ec4e45b534840025ee3 /isp/v4l2.h | |
parent | dd91236537427f7cae68b08d4b39926ef4cafe74 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ struct v4l2_device { int fd; + char *name; enum v4l2_buf_type type; enum v4l2_memory memtype; |