diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-03-09 14:09:20 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-21 11:52:58 -0500 |
commit | 7947a220e5fe1373f1830b41fb7376bef636f113 (patch) | |
tree | 86637a1019721539cef1c94050c806e50fb2e504 | |
parent | cef4e7af71ec16aba13ae291e41262a8913a56d8 (diff) |
V4L/DVB (3424): Updated CARDLIST.tuner with newer tenna string
Also Removed whitespaces introduced by previous tena patch
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | Documentation/video4linux/CARDLIST.tuner | 2 | ||||
-rw-r--r-- | drivers/media/video/tuner-types.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/video4linux/CARDLIST.tuner b/Documentation/video4linux/CARDLIST.tuner index 603f165376fe..44069338b531 100644 --- a/Documentation/video4linux/CARDLIST.tuner +++ b/Documentation/video4linux/CARDLIST.tuner | |||
@@ -67,7 +67,7 @@ tuner=65 - Ymec TVF66T5-B/DFF | |||
67 | tuner=66 - LG NTSC (TALN mini series) | 67 | tuner=66 - LG NTSC (TALN mini series) |
68 | tuner=67 - Philips TD1316 Hybrid Tuner | 68 | tuner=67 - Philips TD1316 Hybrid Tuner |
69 | tuner=68 - Philips TUV1236D ATSC/NTSC dual in | 69 | tuner=68 - Philips TUV1236D ATSC/NTSC dual in |
70 | tuner=69 - Tena TNF 5335 MF | 70 | tuner=69 - Tena TNF 5335 and similar models |
71 | tuner=70 - Samsung TCPN 2121P30A | 71 | tuner=70 - Samsung TCPN 2121P30A |
72 | tuner=71 - Xceive xc3028 | 72 | tuner=71 - Xceive xc3028 |
73 | tuner=72 - Thomson FE6600 | 73 | tuner=72 - Thomson FE6600 |
diff --git a/drivers/media/video/tuner-types.c b/drivers/media/video/tuner-types.c index b72ef44e149a..e75904dddb12 100644 --- a/drivers/media/video/tuner-types.c +++ b/drivers/media/video/tuner-types.c | |||
@@ -958,8 +958,8 @@ static struct tuner_params tuner_tuv1236d_params[] = { | |||
958 | 958 | ||
959 | static struct tuner_range tuner_tnf_5335_d_if_pal_ranges[] = { | 959 | static struct tuner_range tuner_tnf_5335_d_if_pal_ranges[] = { |
960 | { 16 * 168.25 /*MHz*/, 0x8e, 0x01, }, | 960 | { 16 * 168.25 /*MHz*/, 0x8e, 0x01, }, |
961 | { 16 * 471.25 /*MHz*/, 0x8e, 0x02, }, | 961 | { 16 * 471.25 /*MHz*/, 0x8e, 0x02, }, |
962 | { 16 * 999.99 , 0x8e, 0x08, }, | 962 | { 16 * 999.99 , 0x8e, 0x08, }, |
963 | }; | 963 | }; |
964 | 964 | ||
965 | static struct tuner_range tuner_tnf_5335mf_ntsc_ranges[] = { | 965 | static struct tuner_range tuner_tnf_5335mf_ntsc_ranges[] = { |