diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-09-28 19:28:51 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-09-28 19:28:51 +0000 |
commit | 621a1ba49f0f19f276af522a23b659449c7a1b24 (patch) | |
tree | ce2ed72732bf0936ee489503bb82d1e5c12a77e6 /linux/include | |
parent | 897f56f591efd9ae16f2a7a70bc4e60b344a17d3 (diff) | |
download | mediapointer-dvb-s2-621a1ba49f0f19f276af522a23b659449c7a1b24.tar.gz mediapointer-dvb-s2-621a1ba49f0f19f276af522a23b659449c7a1b24.tar.bz2 |
* tuner-simple.c:
* tuner.h:
* tveeprom.c:
- update the tveeprom tuner list with the tuner
list from the Hauppauge driver
- connect the TCL MPE05-2 tveeprom entry to the
TUNER_PHILIPS_FM1216ME_MK3 tuner.
- based on this info renamed the "LG PAL (TAPE series)"
tuner to "TCL 2002MB".
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/include')
-rw-r--r-- | linux/include/media/tuner.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/media/tuner.h b/linux/include/media/tuner.h index fa9a58d77..57f275c07 100644 --- a/linux/include/media/tuner.h +++ b/linux/include/media/tuner.h @@ -1,4 +1,4 @@ -/* $Id: tuner.h,v 1.52 2005/09/12 20:11:06 hhackmann Exp $ +/* $Id: tuner.h,v 1.53 2005/09/28 19:28:51 nsh Exp $ * tuner.h - definition for different tuners @@ -96,7 +96,7 @@ #define TUNER_THOMSON_DTT7610 52 #define TUNER_PHILIPS_FQ1286 53 #define TUNER_PHILIPS_TDA8290 54 -#define TUNER_LG_PAL_TAPE 55 /* Hauppauge PVR-150 PAL */ +#define TUNER_TCL_2002MB 55 /* Hauppauge PVR-150 PAL */ #define TUNER_PHILIPS_FQ1216AME_MK4 56 /* Hauppauge PVR-150 PAL */ #define TUNER_PHILIPS_FQ1236A_MK4 57 /* Hauppauge PVR-500MCE NTSC */ |