Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137851
b: refs/heads/master
c: 80b36e0
h: refs/heads/master
i:
  137849: cc1f0f6
  137847: 3cee0ec
v: v3
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 3e7f211 commit 9c82c08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89aec3e1baaddeaa5636487f0e23f807eb758168
refs/heads/master: 80b36e0fcfe7520ee92f648148d091ad880ae711
3 changes: 3 additions & 0 deletions trunk/drivers/media/video/v4l2-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#endif
#include <media/v4l2-common.h>
#include <media/v4l2-ioctl.h>
#include <media/v4l2-chip-ident.h>
#include <linux/video_decoder.h>

#define dbgarg(cmd, fmt, arg...) \
Expand Down Expand Up @@ -1745,6 +1746,8 @@ static long __video_do_ioctl(struct file *file,

if (!ops->vidioc_g_chip_ident)
break;
p->ident = V4L2_IDENT_NONE;
p->revision = 0;
ret = ops->vidioc_g_chip_ident(file, fh, p);
if (!ret)
dbgarg(cmd, "chip_ident=%u, revision=0x%x\n", p->ident, p->revision);
Expand Down

0 comments on commit 9c82c08

Please sign in to comment.