Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367037
b: refs/heads/master
c: b294a19
h: refs/heads/master
i:
  367035: 31a4234
v: v3
  • Loading branch information
Vladimir Barinov authored and Mauro Carvalho Chehab committed Apr 14, 2013
1 parent 80ecdac commit 4167b14
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 61ff5d69dc39fecfe52ee5c8d4695a0ad4444d34
refs/heads/master: b294a1921454fbcc6e983750ae977ce8a28f31bc
4 changes: 4 additions & 0 deletions trunk/drivers/media/i2c/adv7180.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ struct adv7180_state {

static v4l2_std_id adv7180_std_to_v4l2(u8 status1)
{
/* in case V4L2_IN_ST_NO_SIGNAL */
if (!(status1 & ADV7180_STATUS1_IN_LOCK))
return V4L2_STD_UNKNOWN;

switch (status1 & ADV7180_STATUS1_AUTOD_MASK) {
case ADV7180_STATUS1_AUTOD_NTSM_M_J:
return V4L2_STD_NTSC;
Expand Down

0 comments on commit 4167b14

Please sign in to comment.