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:
5d48545
)
V4L/DVB (4831): Fix tuning on older budget DVBS cards.
author
Andrew de Quincey
<
[email protected]
>
Thu, 16 Nov 2006 21:31:04 +0000
(18:31 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Sun, 26 Nov 2006 10:52:37 +0000
(08:52 -0200)
Fixes to DISEQC on these cards inadvertently broke normal tone/voltage
signalling. This restores the necessary function.
Signed-off-by: Andrew de Quincey <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/dvb/ttpci/budget.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget.c
b/drivers/media/dvb/ttpci/budget.c
index e58f0391e9d1ac0386a707bfaf9373dcab261dfa..e28617bd5641bedec1f271a1ae0b6331b1112c2b 100644
(file)
--- a/
drivers/media/dvb/ttpci/budget.c
+++ b/
drivers/media/dvb/ttpci/budget.c
@@
-382,6
+382,7
@@
static void frontend_init(struct budget *budget)
if (budget->dvb_frontend) {
budget->dvb_frontend->ops.tuner_ops.set_params = alps_bsru6_tuner_set_params;
budget->dvb_frontend->tuner_priv = &budget->i2c_adap;
+ budget->dvb_frontend->ops.set_tone = budget_set_tone;
break;
}
break;