summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core
diff options
context:
space:
mode:
authorManu Abraham <manu@linuxtv.org>2008-10-30 09:38:59 +0400
committerManu Abraham <manu@linuxtv.org>2008-10-30 09:38:59 +0400
commited724f377e9b06f98df43e7f32709b9804da711e (patch)
tree2d14c802c6be5cc951d232053cdeadb56376ac05 /linux/drivers/media/dvb/dvb-core
parent851e43be9a471f0a0fa612e4d43543d850b59e2e (diff)
downloadmediapointer-dvb-s2-ed724f377e9b06f98df43e7f32709b9804da711e.tar.gz
mediapointer-dvb-s2-ed724f377e9b06f98df43e7f32709b9804da711e.tar.bz2
Fix frontend DVBFE_ALGO_CUSTOM Search
Issue: Currently, the DVBFE_ALGO_CUSTOM is called only at the first tuning. After the first call, the status is never set to force a new tuning. From: Marco Schluessler <marco@lordzodiac.de> Signed-off-by: Marco Schluessler <marco@lordzodiac.de> Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core')
-rw-r--r--linux/drivers/media/dvb/dvb-core/dvb_frontend.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
index f6bab07a5..4d668e16d 100644
--- a/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1389,6 +1389,9 @@ int dtv_property_process_set(struct dvb_frontend *fe, struct dtv_property *tvp,
dprintk("%s() Finalised property cache\n", __func__);
dtv_property_cache_submit(fe);
+ /* Request the search algorithm to search */
+ fepriv->algo_status |= DVBFE_ALGO_SEARCH_AGAIN;
+
r |= dvb_frontend_ioctl_legacy(inode, file, FE_SET_FRONTEND,
&fepriv->parameters);
break;