projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e316ec
)
V4L/DVB (12393): cx88: fix regression in tuning for Geniatech X8000 MT
author
Devin Heitmueller
<
[email protected]
>
Tue, 4 Aug 2009 01:40:16 +0000
(22:40 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 13 Aug 2009 23:39:07 +0000
(20:39 -0300)
The introduction of the zl10353 i2c gate control broke support for the
Geniatech board (which is not behind an i2 gate). Add the needed parameter.
Signed-off-by: Devin Heitmueller <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/cx88/cx88-dvb.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/cx88/cx88-dvb.c
b/drivers/media/video/cx88/cx88-dvb.c
index c44e8760021932bf907ce3be5e135db9f661c5a8..e237b507659ba82bc45a03022245118ef41fce2b 100644
(file)
--- a/
drivers/media/video/cx88/cx88-dvb.c
+++ b/
drivers/media/video/cx88/cx88-dvb.c
@@
-501,6
+501,7
@@
static struct zl10353_config cx88_pinnacle_hybrid_pctv = {
static struct zl10353_config cx88_geniatech_x8000_mt = {
.demod_address = (0x1e >> 1),
.no_tuner = 1,
+ .disable_i2c_gate_ctrl = 1,
};
static struct s5h1411_config dvico_fusionhdtv7_config = {