This is a note to let you know that I've just added the patch titled
media: dvb_frontend: fix a regression with DVB-S zig-zag
to the 3.3-stable tree which can be found at:
http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary
The filename of the patch is:
media-dvb_frontend-fix-a-regression-with-dvb-s-zig-zag.patch
and it can be found in the queue-3.3 subdirectory.
If you, or anyone else, feels it should not be added to the stable tree,
please let <[email protected]> know about it.
>From 910a5f2e9642d5be373beae3d29e1c4a3bc7d83b Mon Sep 17 00:00:00 2001
From: Mauro Carvalho Chehab <[email protected]>
Date: Mon, 7 May 2012 15:01:37 -0300
Subject: media: dvb_frontend: fix a regression with DVB-S zig-zag
From: Mauro Carvalho Chehab <[email protected]>
commit 910a5f2e9642d5be373beae3d29e1c4a3bc7d83b upstream.
Changeset 5bfaadde broke zig-zag for DVB-S drivers that don't
implement get_tune_settings() callback.
Fix the code, in order to allow it to work as before, otherwise
some channels may not be tuned anymore.
Fix Fedora Bugzilla:
https://bugzilla.redhat.com/show_bug.cgi?id=814404
Reported-by: Michael Heijenga <[email protected]>
Tested-by: Michael Heijenga <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
drivers/media/dvb/dvb-core/dvb_frontend.c | 4 ++++
1 file changed, 4 insertions(+)
--- a/drivers/media/dvb/dvb-core/dvb_frontend.c
+++ b/drivers/media/dvb/dvb-core/dvb_frontend.c
@@ -1921,6 +1921,10 @@ static int dtv_set_frontend(struct dvb_f
} else {
/* default values */
switch (c->delivery_system) {
+ case SYS_DVBS:
+ case SYS_DVBS2:
+ case SYS_ISDBS:
+ case SYS_TURBO:
case SYS_DVBC_ANNEX_A:
case SYS_DVBC_ANNEX_C:
fepriv->min_delay = HZ / 20;
Patches currently in stable-queue which might be from [email protected] are
queue-3.3/media-s5p-fimc-fix-locking-in-subdev-set_crop-op.patch
queue-3.3/media-dvb_frontend-fix-a-regression-with-dvb-s-zig-zag.patch
queue-3.3/media-rc-postpone-isr-registration.patch
queue-3.3/media-marvell-cam-fix-an-arm-build-error.patch
--
To unsubscribe from this list: send the line "unsubscribe stable" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html