diff options
author | Dmitri Belimov <d.belimov@gmail.com> | 2009-05-11 13:16:06 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 23:21:04 +0200 |
commit | 8475cbcb0f885189969915eb3680d10fc525d722 (patch) | |
tree | 8caa328073b1dc5af556e975c5f9a61c749233c1 /include/media/tuner.h | |
parent | V4L/DVB (11773): cx23885: clean up struct names for Hauppauge WinTV-HVR127X d... (diff) | |
download | linux-8475cbcb0f885189969915eb3680d10fc525d722.tar.xz linux-8475cbcb0f885189969915eb3680d10fc525d722.zip |
V4L/DVB (11775): tuner: add support Philips MK5 tuner
Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <d.belimov@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/tuner.h')
-rw-r--r-- | include/media/tuner.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/tuner.h b/include/media/tuner.h index 7d4e2db78076..735a2a941166 100644 --- a/include/media/tuner.h +++ b/include/media/tuner.h @@ -124,6 +124,7 @@ #define TUNER_XC5000 76 /* Xceive Silicon Tuner */ #define TUNER_TCL_MF02GIP_5N 77 /* TCL MF02GIP_5N */ #define TUNER_PHILIPS_FMD1216MEX_MK3 78 +#define TUNER_PHILIPS_FM1216MK5 79 /* tv card specific */ #define TDA9887_PRESENT (1<<0) |