[PATCH] v4l: 685: update the tveeprom tuner list with the tuner
- Update the tveeprom tuner list with the tuner Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
372dffdb4b
commit
20f441f690
3 changed files with 17 additions and 11 deletions
|
@ -222,7 +222,7 @@ static struct tunertype tuners[] = {
|
|||
16*160.00,16*454.00,0x41,0x42,0x04,0x8e,940}, /* UHF band untested */
|
||||
{ "tda8290+75", Philips, PAL|NTSC,
|
||||
/* see tda8290.c for details */ },
|
||||
{ "LG PAL (TAPE series)", LGINNOTEK, PAL,
|
||||
{ "TCL 2002MB", TCL, PAL,
|
||||
16*170.00, 16*450.00, 0x01,0x02,0x08,0xce,623},
|
||||
{ "Philips PAL/SECAM multi (FQ1216AME MK4)", Philips, PAL,
|
||||
16*160.00,16*442.00,0x01,0x02,0x04,0xce,623 },
|
||||
|
@ -233,7 +233,7 @@ static struct tunertype tuners[] = {
|
|||
{ "Ymec TVision TVF-5533MF", Philips, NTSC,
|
||||
16*160.00,16*454.00,0x01,0x02,0x04,0x8e,732},
|
||||
|
||||
/* 60-66 */
|
||||
/* 60-67 */
|
||||
{ "Thomson DDT 7611 (ATSC/NTSC)", THOMSON, ATSC,
|
||||
16*157.25,16*454.00,0x39,0x3a,0x3c,0x8e,732},
|
||||
{ "Tena TNF9533-D/IF/TNF9533-B/DF", Philips, PAL,
|
||||
|
|
|
@ -200,15 +200,21 @@ hauppauge_tuner[] =
|
|||
{ TUNER_ABSENT, "Philips FQ1286A MK4"},
|
||||
{ TUNER_ABSENT, "Philips FQ1216ME MK5"},
|
||||
{ TUNER_ABSENT, "Philips FQ1236 MK5"},
|
||||
{ TUNER_ABSENT, "Unspecified"},
|
||||
{ TUNER_LG_PAL_TAPE, "LG PAL (TAPE Series)"},
|
||||
{ TUNER_ABSENT, "Unspecified"},
|
||||
{ TUNER_ABSENT, "Samsung TCPG_6121P30A"},
|
||||
{ TUNER_TCL_2002MB, "TCL 2002MB_3H"},
|
||||
{ TUNER_ABSENT, "TCL 2002MI_3H"},
|
||||
{ TUNER_TCL_2002N, "TCL 2002N 5H"},
|
||||
/* 100-103 */
|
||||
{ TUNER_ABSENT, "Unspecified"},
|
||||
{ TUNER_TEA5767, "Philips TEA5767HN FM Radio"},
|
||||
{ TUNER_ABSENT, "Unspecified"},
|
||||
{ TUNER_PHILIPS_FM1236_MK3, "TCL MFNM05 4"},
|
||||
/* 100-109 */
|
||||
{ TUNER_ABSENT, "Philips FMD1216ME"},
|
||||
{ TUNER_TEA5767, "Philips TEA5768HL FM Radio"},
|
||||
{ TUNER_ABSENT, "Panasonic ENV57H12D5"},
|
||||
{ TUNER_ABSENT, "TCL MFNM05-4"},
|
||||
{ TUNER_ABSENT, "TCL MNM05-4"},
|
||||
{ TUNER_PHILIPS_FM1216ME_MK3, "TCL MPE05-2"},
|
||||
{ TUNER_ABSENT, "TCL MQNM05-4"},
|
||||
{ TUNER_ABSENT, "LG TAPC-W701D"},
|
||||
{ TUNER_ABSENT, "TCL 9886P-WM"},
|
||||
{ TUNER_ABSENT, "TCL 1676NM-WM"},
|
||||
};
|
||||
|
||||
/* This list is supplied by Hauppauge. Thanks! */
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
#define TUNER_THOMSON_DTT7610 52
|
||||
#define TUNER_PHILIPS_FQ1286 53
|
||||
#define TUNER_PHILIPS_TDA8290 54
|
||||
#define TUNER_LG_PAL_TAPE 55 /* Hauppauge PVR-150 PAL */
|
||||
#define TUNER_TCL_2002MB 55 /* Hauppauge PVR-150 PAL */
|
||||
|
||||
#define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */
|
||||
#define TUNER_PHILIPS_FQ1236A_MK4 57 /* Hauppauge PVR-500MCE NTSC */
|
||||
|
|
Loading…
Reference in a new issue