diff options
author | Oliver Endriss <o.endriss@gmx.de> | 2006-10-13 18:05:48 +0200 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-13 18:05:48 +0200 |
commit | d45acfec5e696e1b621752cfc7235f68245f43b2 (patch) | |
tree | 13707b9ac7c75a45eb8049662d854101514bddba /drivers | |
parent | 940baccd4191ea4e15fc9848fac97951152d9570 (diff) |
v4l/dvb: Backport the budget driver DISEQC instability fix
Backport the budget driver DISEQC instability fix.
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/ttpci/budget.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c index 238c77b52f8..fab7d8d6952 100644 --- a/drivers/media/dvb/ttpci/budget.c +++ b/drivers/media/dvb/ttpci/budget.c @@ -607,12 +607,6 @@ static void frontend_init(struct budget *budget) // try the ALPS BSRU6 now budget->dvb_frontend = stv0299_attach(&alps_bsru6_config, &budget->i2c_adap); - if (budget->dvb_frontend) { - budget->dvb_frontend->ops->diseqc_send_master_cmd = budget_diseqc_send_master_cmd; - budget->dvb_frontend->ops->diseqc_send_burst = budget_diseqc_send_burst; - budget->dvb_frontend->ops->set_tone = budget_set_tone; - break; - } break; case 0x1004: // Hauppauge/TT DVB-C budget (ves1820/ALPS TDBE2(sp5659)) |