Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S967633AbXFHHXi (ORCPT ); Fri, 8 Jun 2007 03:23:38 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S937950AbXFHHRy (ORCPT ); Fri, 8 Jun 2007 03:17:54 -0400 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:33255 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S937954AbXFHHRx (ORCPT ); Fri, 8 Jun 2007 03:17:53 -0400 Message-Id: <20070608071546.808979000@sous-sol.org> References: <20070608071511.159309000@sous-sol.org> User-Agent: quilt/0.46-1 Date: Fri, 08 Jun 2007 00:15:27 -0700 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , Chuck Ebbert , Domenico Andreoli , torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, Oliver Endriss , e9hack , Thomas Kaiser , Mauro Carvalho Chehab Subject: [patch 16/32] V4L/DVB (5593): Budget-ci: Fix tuning for TDM 1316 (160..200 MHz) Content-Disposition: inline; filename=v4l-dvb-budget-ci-fix-tuning-for-tdm-1316.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1641 Lines: 45 -stable review patch. If anyone has any objections, please let us know. --------------------- From: Oliver Endriss Revert changeset http://linuxtv.org/hg/v4l-dvb?cmd=changeset;node=e7c424bbf9aa;style=gitweb Petri Helin found that this changeset broke tuning: 'Well, after going through the changes that might have had effect on tuning, I found out the one which had caused this problem. I do not know the actual reason behind the change, but the changelog says that it was meant to "Fix TD1316 tuner for DVBC". But at least in my case it seams to have broken the tuner instead.' Signed-off-by: Oliver Endriss Thanks-to: Petri Helin Acked-by: e9hack Acked-by: Thomas Kaiser Signed-off-by: Mauro Carvalho Chehab Acked-by: Michael Krufky Signed-off-by: Chris Wright --- drivers/media/dvb/ttpci/budget-ci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.20.13.orig/drivers/media/dvb/ttpci/budget-ci.c +++ linux-2.6.20.13/drivers/media/dvb/ttpci/budget-ci.c @@ -892,7 +892,7 @@ static int dvbc_philips_tdm1316l_tuner_s band = 1; } else if (tuner_frequency < 200000000) { cp = 6; - band = 2; + band = 1; } else if (tuner_frequency < 290000000) { cp = 3; band = 2; -- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/