diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 16:09:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 16:09:20 -0300 |
commit | 22ae47d27d089e031f13d321928f2940c2d1bdfc (patch) | |
tree | bfd64a5a82a791f145ee914261fd5c83113537f8 /linux | |
parent | 2fcc777dab12f0ef2eef7962391a419f262d7b7d (diff) | |
download | mediapointer-dvb-s2-22ae47d27d089e031f13d321928f2940c2d1bdfc.tar.gz mediapointer-dvb-s2-22ae47d27d089e031f13d321928f2940c2d1bdfc.tar.bz2 |
Updated CARDLIST.tuner with newer tenna string
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Also Removed whitespaces introduced by previous tena patch
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Documentation/video4linux/CARDLIST.tuner | 2 | ||||
-rw-r--r-- | linux/drivers/media/video/tuner-types.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linux/Documentation/video4linux/CARDLIST.tuner b/linux/Documentation/video4linux/CARDLIST.tuner index 603f16537..44069338b 100644 --- a/linux/Documentation/video4linux/CARDLIST.tuner +++ b/linux/Documentation/video4linux/CARDLIST.tuner @@ -67,7 +67,7 @@ tuner=65 - Ymec TVF66T5-B/DFF tuner=66 - LG NTSC (TALN mini series) tuner=67 - Philips TD1316 Hybrid Tuner tuner=68 - Philips TUV1236D ATSC/NTSC dual in -tuner=69 - Tena TNF 5335 MF +tuner=69 - Tena TNF 5335 and similar models tuner=70 - Samsung TCPN 2121P30A tuner=71 - Xceive xc3028 tuner=72 - Thomson FE6600 diff --git a/linux/drivers/media/video/tuner-types.c b/linux/drivers/media/video/tuner-types.c index aac4f0b01..c07dfa2f9 100644 --- a/linux/drivers/media/video/tuner-types.c +++ b/linux/drivers/media/video/tuner-types.c @@ -1007,8 +1007,8 @@ static struct tuner_params tuner_tuv1236d_params[] = { static struct tuner_range tuner_tnf_5335_d_if_pal_ranges[] = { { 16 * 168.25 /*MHz*/, 0x8e, 0x01, }, - { 16 * 471.25 /*MHz*/, 0x8e, 0x02, }, - { 16 * 999.99 , 0x8e, 0x08, }, + { 16 * 471.25 /*MHz*/, 0x8e, 0x02, }, + { 16 * 999.99 , 0x8e, 0x08, }, }; static struct tuner_range tuner_tnf_5335mf_ntsc_ranges[] = { |