From: Michael Krufky <mkrufky@m1k.net>
To: stable@kernel.org
Cc: lkml <linux-kernel@vger.kernel.org>,
Mauro Carvalho Chehab <mchehab@infradead.org>,
v4l-dvb maintainer list <v4l-dvb-maintainer@linuxtv.org>,
Hans Verkuil <hverkuil@xs4all.nl>
Subject: [2.6.16 STABLE PATCH] V4L/DVB (3324): Fix Samsung tuner frequency ranges
Date: Mon, 20 Mar 2006 22:34:32 -0500 [thread overview]
Message-ID: <441F7448.2080602@m1k.net> (raw)
[-- 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, },
};
next reply other threads:[~2006-03-21 3:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-21 3:34 Michael Krufky [this message]
-- strict thread matches above, loose matches on Subject: below --
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=441F7448.2080602@m1k.net \
--to=mkrufky@m1k.net \
--cc=hverkuil@xs4all.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=stable@kernel.org \
--cc=v4l-dvb-maintainer@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox