patch-2.3.99-pre4 linux/drivers/char/tuner.c
Next file: linux/drivers/char/videodev.c
Previous file: linux/drivers/char/tty_io.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Sun Apr 2 15:32:49 2000
- Orig file:
v2.3.99-pre3/linux/drivers/char/tuner.c
- Orig date:
Tue Mar 7 14:32:25 2000
diff -u --recursive --new-file v2.3.99-pre3/linux/drivers/char/tuner.c linux/drivers/char/tuner.c
@@ -97,7 +97,6 @@
{ "Temic NTSC", TEMIC, NTSC,
16*157.25,16*463.25,0x02,0x04,0x01,0x8e,732},
{ "Temic PAL_I", TEMIC, PAL_I,
- // 16*170.00,16*450.00,0xa0,0x90,0x30,0x8e,623},
16*170.00,16*450.00,0x02,0x04,0x01,0x8e,623},
{ "Temic 4036 FY5 NTSC", TEMIC, NTSC,
16*157.25,16*463.25,0xa0,0x90,0x30,0x8e,732},
@@ -111,6 +110,8 @@
16*133.25,16*351.25,0x01,0x02,0x08,0x8e,622},
{ "Alps TSBC5", Alps, PAL, /* untested - data sheet guess. Only IF differs. */
16*133.25,16*351.25,0x01,0x02,0x08,0x8e,608},
+ { "Temic 4006FH5", TEMIC, PAL_I,
+ 16*170.00,16*450.00,0xa0,0x90,0x30,0x8e,623},
};
#define TUNERS (sizeof(tuners)/sizeof(struct tunertype))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)