diff options
author | Hartmut Hackmann <hartmut.hackmann@t.online.de> | 2005-11-09 08:36:31 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 18:56:09 +0300 |
commit | 93df3413f1b4c437b93c5b64562632f4f0e2b3ca (patch) | |
tree | c0aa2b995966f46f373ef8c493c36bad5ab626d3 /drivers/media/video/tuner-simple.c | |
parent | 3aa4f48aee93e793071e26d6807efdf6eb111614 (diff) | |
download | linux-93df3413f1b4c437b93c5b64562632f4f0e2b3ca.tar.xz |
[PATCH] v4l: 655: added support for the philips td1316 tuner
- Added support for the Philips TD1316 tuner
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
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>
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r-- | drivers/media/video/tuner-simple.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index 0ae39be3ca56..3af055970dd2 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c @@ -248,6 +248,8 @@ static struct tunertype tuners[] = { 16*160.25,16*464.25,0x01,0x02,0x08,0x8e,623}, { "LG NTSC (TALN mini series)", LGINNOTEK, NTSC, 16*137.25,16*373.25,0x01,0x02,0x08,0x8e,732 }, + { "Philips TD1316 Hybrid Tuner", Philips, PAL, + 16*160.00,16*442.00,0xa1,0xa2,0xa4,0xc8,623 }, }; unsigned const int tuner_count = ARRAY_SIZE(tuners); |