Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252201
b: refs/heads/master
c: ed82b9c
h: refs/heads/master
i:
  252199: d0d301a
v: v3
  • Loading branch information
Hans Petter Selasky authored and Mauro Carvalho Chehab committed May 26, 2011
1 parent c67db76 commit 8a1d35c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05fb85e1b26962c3003bd5ed005f30333b3d63c0
refs/heads/master: ed82b9c26e26e1212b13930ab72efcbea7ee784c
4 changes: 2 additions & 2 deletions trunk/drivers/media/video/cpia2/cpia2_v4l.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *v
strcat(vc->card, " (676/");
break;
default:
strcat(vc->card, " (???/");
strcat(vc->card, " (XXX/");
break;
}
switch (cam->params.version.sensor_flags) {
Expand All @@ -458,7 +458,7 @@ static int cpia2_querycap(struct file *file, void *fh, struct v4l2_capability *v
strcat(vc->card, "500)");
break;
default:
strcat(vc->card, "???)");
strcat(vc->card, "XXX)");
break;
}

Expand Down

0 comments on commit 8a1d35c

Please sign in to comment.