Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31463
b: refs/heads/master
c: 3407e38
h: refs/heads/master
i:
  31461: 68df085
  31459: 2c8429d
  31455: 1a2f3e2
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Jun 30, 2006
1 parent 57692f9 commit 6b54433
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: ba8fc39954bf3bc51f502e8a02f959d45edd096c
refs/heads/master: 3407e387c8144e08fafcc3287bcf9452d14f1d38
16 changes: 8 additions & 8 deletions trunk/drivers/media/video/tveeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ static struct HAUPPAUGE_TUNER_FMT
}
hauppauge_tuner_fmt[] =
{
{ V4L2_STD_UNKNOWN," UNKNOWN" },
{ V4L2_STD_UNKNOWN," FM" },
{ V4L2_STD_PAL_BG, " PAL(B/G)" },
{ V4L2_STD_NTSC_M, " NTSC(M)" },
{ V4L2_STD_PAL_I, " PAL(I)" },
{ V4L2_STD_SECAM_L," SECAM(L/L')" },
{ V4L2_STD_PAL_DK, " PAL(D/D1/K)" },
{ V4L2_STD_ATSC, " ATSC/DVB Digital" },
{ V4L2_STD_UNKNOWN, " UNKNOWN" },
{ V4L2_STD_UNKNOWN, " FM" },
{ V4L2_STD_B|V4L2_STD_GH, " PAL(B/G)" },
{ V4L2_STD_MN, " NTSC(M)" },
{ V4L2_STD_PAL_I, " PAL(I)" },
{ V4L2_STD_SECAM_L|V4L2_STD_SECAM_LC, " SECAM(L/L')" },
{ V4L2_STD_DK, " PAL(D/D1/K)" },
{ V4L2_STD_ATSC, " ATSC/DVB Digital" },
};

/* This is the full list of possible tuners. Many thanks to Hauppauge for
Expand Down

0 comments on commit 6b54433

Please sign in to comment.