]> git.karo-electronics.de Git - karo-tx-linux.git/commit
media: dvb_frontend: Fix a regression when switching back to DVB-S
authorMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 17 Apr 2012 21:32:19 +0000 (18:32 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Apr 2012 17:16:37 +0000 (10:16 -0700)
commit56c881f7d764308e193eb706a8c362271776e3e9
treeb2fd4f8ee02b174034808432f46266c8945d8d59
parent6b26bf1374ee7fbb615e0c7a80b04e573a7584f0
media: dvb_frontend: Fix a regression when switching back to DVB-S

commit 3626479e482aa3247aac03724094ba6c13ea1e46 upstream.

There are some softwares (Kaffeine and likely xine) that uses a
DVBv5 call to switch to DVB-S2, but expects that a DVBv3 call to
switch back to DVB-S. Well, this is not right, as a DVBv3 call
doesn't know anything about delivery systems.

However, as, by accident, this used to work, we need to restore its
behavior, in order to avoid regressions with those softwares.

Reported on this Fedora 16 bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=812895

Reported-by: Dieter Roever <Dieter.Roever@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/dvb/dvb-core/dvb_frontend.c