The patch number 10153 was added via Mauro Carvalho Chehab <[email protected]>
to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel
If anyone has any objections, please let us know by sending a message to:
[email protected]
------
From: Dmitri Belimov <[email protected]>
Add the Beholder H6 card to DVB-T part of sources.
Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
linux/drivers/media/video/saa7134/saa7134-dvb.c | 18 ++++++++++++++++
1 file changed, 18 insertions(+)
diff -r 75337335a66f -r ba8072a74727
linux/drivers/media/video/saa7134/saa7134-dvb.c
--- a/linux/drivers/media/video/saa7134/saa7134-dvb.c Tue Dec 23 06:51:38
2008 +0000
+++ b/linux/drivers/media/video/saa7134/saa7134-dvb.c Tue Dec 23 06:53:03
2008 +0000
@@ -48,6 +48,8 @@
#include "isl6405.h"
#include "lnbp21.h"
#include "tuner-simple.h"
+
+#include "zl10353.h"
MODULE_AUTHOR("Gerd Knorr <[email protected]> [SuSE Labs]");
MODULE_LICENSE("GPL");
@@ -852,6 +854,12 @@ static struct tda1004x_config ads_tech_d
.if_freq = TDA10046_FREQ_045,
.tuner_address = 0x61,
.request_firmware = philips_tda1004x_request_firmware
+};
+
+static struct zl10353_config behold_h6_config = {
+ .demod_address = 0x1e>>1,
+ .no_tuner = 1,
+ .parallel_ts = 1,
};
/* ==================================================================
@@ -1361,6 +1369,16 @@ static int dvb_init(struct saa7134_dev *
&tda827x_cfg_0) < 0)
goto dettach_frontend;
break;
+ case SAA7134_BOARD_BEHOLD_H6:
+ dev->dvb.frontend = dvb_attach(zl10353_attach,
+ &behold_h6_config,
+ &dev->i2c_adap);
+ if (dev->dvb.frontend) {
+ dvb_attach(simple_tuner_attach, dev->dvb.frontend,
+ &dev->i2c_adap, 0x61,
+ TUNER_PHILIPS_FMD1216ME_MK3);
+ }
+ break;
default:
wprintk("Huh? unknown DVB card?\n");
break;
---
Patch is available at:
http://linuxtv.org/hg/v4l-dvb/rev/ba8072a74727340276497f41ef8745ef60ce9b1d
_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits