diff options
author | Hans Verkuil <devnull@localhost> | 2005-11-27 00:06:28 +0000 |
---|---|---|
committer | Hans Verkuil <devnull@localhost> | 2005-11-27 00:06:28 +0000 |
commit | ecc615b56853187aabee05db0948691dec891f45 (patch) | |
tree | 5dbdace6f9fa8c6e8d823805870f072bf15ee2a1 /linux | |
parent | 38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e (diff) | |
download | mediapointer-dvb-s2-ecc615b56853187aabee05db0948691dec891f45.tar.gz mediapointer-dvb-s2-ecc615b56853187aabee05db0948691dec891f45.tar.bz2 |
Fix wrong tuner.h define for tuner 46 (it's a Panasonic, not a Microtune).
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/video/tuner-simple.c | 4 | ||||
-rw-r--r-- | linux/include/media/tuner.h | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/linux/drivers/media/video/tuner-simple.c b/linux/drivers/media/video/tuner-simple.c index ae20ea0c8..51628cccd 100644 --- a/linux/drivers/media/video/tuner-simple.c +++ b/linux/drivers/media/video/tuner-simple.c @@ -1,5 +1,5 @@ /* - * $Id: tuner-simple.c,v 1.59 2005/11/25 13:46:01 mchehab Exp $ + * $Id: tuner-simple.c,v 1.60 2005/11/27 00:06:28 hverkuil Exp $ * * i2c tv tuner chip device driver * controls all those simple 4-control-bytes style tuners. @@ -514,7 +514,7 @@ static struct tunertype tuners[] = { .UHF = 0x30, .config = 0x8e, }, - [TUNER_MICROTUNE_4042_FI5] = { /* Panasonic NTSC */ + [TUNER_PANASONIC_VP27] = { /* Panasonic NTSC */ .name = "Panasonic VP27s/ENGE4324D", .thresh1= 16 * 160.00 /*MHz*/, .thresh2= 16 * 454.00 /*MHz*/, diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index 97f456f90..24ffc23d3 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,4 +1,4 @@ -/* $Id: tuner.h,v 1.62 2005/11/25 13:46:01 mchehab Exp $ +/* $Id: tuner.h,v 1.63 2005/11/27 00:06:28 hverkuil Exp $ * tuner.h - definition for different tuners @@ -83,9 +83,9 @@ #define TUNER_PHILIPS_FM1236_MK3 43 #define TUNER_PHILIPS_4IN1 44 /* ATI TV Wonder Pro - Conexant */ -/* Microtune mergeged with Temic 12/31/1999 partially financed by Alps - these may be similar to Temic */ +/* Microtune merged with Temic 12/31/1999 partially financed by Alps - these may be similar to Temic */ #define TUNER_MICROTUNE_4049FM5 45 -#define TUNER_MICROTUNE_4042_FI5 46 +#define TUNER_PANASONIC_VP27 46 #define TUNER_LG_NTSC_TAPE 47 #define TUNER_TNF_8831BGFF 48 |