public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.16 STABLE PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges
@ 2006-03-21  3:34 Michael Krufky
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Krufky @ 2006-03-21  3:34 UTC (permalink / raw)
  To: stable; +Cc: lkml, Mauro Carvalho Chehab, v4l-dvb maintainer list,
	Hans Verkuil

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

This is a critical patch that didn't get pulled in time for 2.6.16
Please apply this to 2.6.16.1


[-- Attachment #2: Fix_Samsung_tuner_frequency_ranges.patch --]
[-- Type: text/x-patch, Size: 1010 bytes --]

From: Hans Verkuil <hverkuil@xs4all.nl>
Date: Mon, 6 Feb 2006 21:52:24 +0000 (+0200)
Subject: V4L/DVB (3324): Fix Samsung tuner frequency ranges
X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/mchehab/v4l-dvb.git;a=commitdiff;h=df821f758c37dce41fbef0d20932909332619f04

V4L/DVB (3324): Fix Samsung tuner frequency ranges

Forgot to take the NTSC frequency offset into account.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
---

--- linux-2.6.16.orig/drivers/media/video/tuner-types.c
+++ linux-2.6.16/drivers/media/video/tuner-types.c
@@ -1087,8 +1087,8 @@
 /* ------------ TUNER_SAMSUNG_TCPN_2121P30A - Samsung NTSC ------------ */
 
 static struct tuner_range tuner_samsung_tcpn_2121p30a_ntsc_ranges[] = {
-	{ 16 * 175.75 /*MHz*/, 0x01, },
-	{ 16 * 410.25 /*MHz*/, 0x02, },
+	{ 16 * 130.00 /*MHz*/, 0x01, },
+	{ 16 * 364.50 /*MHz*/, 0x02, },
 	{ 16 * 999.99        , 0x08, },
 };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [2.6.16 STABLE PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges
@ 2006-03-21  3:34 Michael Krufky
  2006-03-21  7:11 ` Chris Wright
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Krufky @ 2006-03-21  3:34 UTC (permalink / raw)
  To: stable; +Cc: lkml, Mauro Carvalho Chehab, v4l-dvb maintainer list,
	Hans Verkuil

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

This is a critical patch that didn't get pulled in time for 2.6.16
Please apply this to 2.6.16.1


[-- Attachment #2: Fix_Samsung_tuner_frequency_ranges.patch --]
[-- Type: text/x-patch, Size: 1010 bytes --]

From: Hans Verkuil <hverkuil@xs4all.nl>
Date: Mon, 6 Feb 2006 21:52:24 +0000 (+0200)
Subject: V4L/DVB (3324): Fix Samsung tuner frequency ranges
X-Git-Url: http://www.kernel.org/git/?p=linux/kernel/git/mchehab/v4l-dvb.git;a=commitdiff;h=df821f758c37dce41fbef0d20932909332619f04

V4L/DVB (3324): Fix Samsung tuner frequency ranges

Forgot to take the NTSC frequency offset into account.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
---

--- linux-2.6.16.orig/drivers/media/video/tuner-types.c
+++ linux-2.6.16/drivers/media/video/tuner-types.c
@@ -1087,8 +1087,8 @@
 /* ------------ TUNER_SAMSUNG_TCPN_2121P30A - Samsung NTSC ------------ */
 
 static struct tuner_range tuner_samsung_tcpn_2121p30a_ntsc_ranges[] = {
-	{ 16 * 175.75 /*MHz*/, 0x01, },
-	{ 16 * 410.25 /*MHz*/, 0x02, },
+	{ 16 * 130.00 /*MHz*/, 0x01, },
+	{ 16 * 364.50 /*MHz*/, 0x02, },
 	{ 16 * 999.99        , 0x08, },
 };
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [2.6.16 STABLE PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges
  2006-03-21  3:34 [2.6.16 STABLE PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges Michael Krufky
@ 2006-03-21  7:11 ` Chris Wright
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Wright @ 2006-03-21  7:11 UTC (permalink / raw)
  To: Michael Krufky
  Cc: stable, lkml, Mauro Carvalho Chehab, v4l-dvb maintainer list,
	Hans Verkuil

* Michael Krufky (mkrufky@linuxtv.org) wrote:
> This is a critical patch that didn't get pulled in time for 2.6.16
> Please apply this to 2.6.16.1

Thanks, queued for -stable.
-chris

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-03-21  7:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-21  3:34 [2.6.16 STABLE PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges Michael Krufky
2006-03-21  7:11 ` Chris Wright
  -- strict thread matches above, loose matches on Subject: below --
2006-03-21  3:34 Michael Krufky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox