From: "Alina Friedrichsen" <x-alina@gmx.net>
To: Mauro Carvalho Chehab <mchehab@redhat.com>
Cc: rglowery@exemail.com.au, linux-media@vger.kernel.org
Subject: Re: [RFC PATCH] Getting Hauppauge WinTV HVR-1400 (XC3028L) to work
Date: Sun, 23 Jan 2011 17:33:18 +0100 [thread overview]
Message-ID: <20110123163318.25910@gmx.net> (raw)
In-Reply-To: <4D3C3750.8060301@redhat.com>
Hi Mauro!
> This is problematic, as it seems to be country-specific and/or
> demod-specific.
> We'll need to work on a different solution for it. On what Country do you
> live?
> By looking at HVR1400 entry, it uses a dibcom 7000p demod.
> We need to know what are country/demod for the users for whose the old
> code
> were broken.
I live in Germany. In which country, with which hardware does the old code work, and the new not?
Old code:
if (priv->cur_fw.type & DTV7)
offset += 500000;
New code:
if (priv->firm_version < 0x0302) {
if (priv->cur_fw.type & DTV7)
offset += 500000;
} else {
if (priv->cur_fw.type & DTV7)
offset -= 300000;
else if (type != ATSC) /* DVB @6MHz, DTV 8 and DTV 7/8 */
offset += 200000;
}
Cheers,
Alina
next prev parent reply other threads:[~2011-01-23 16:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-23 0:16 [RFC PATCH] Getting Hauppauge WinTV HVR-1400 (XC3028L) to work Alina Friedrichsen
2011-01-23 14:12 ` Mauro Carvalho Chehab
2011-01-23 16:33 ` Alina Friedrichsen [this message]
2011-01-26 9:52 ` Alina Friedrichsen
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=20110123163318.25910@gmx.net \
--to=x-alina@gmx.net \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=rglowery@exemail.com.au \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.