All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddi De Pieri <eddi@depieri.net>
To: linux-media@vger.kernel.org
Cc: Benjamin Larsson <benjamin@southpole.se>
Subject: Re: Trying to support for HAUPPAUGE HVR-930C
Date: Fri, 29 Jul 2011 13:15:59 +0200	[thread overview]
Message-ID: <CAKdnbx6O8JgMM37e28q1g9dt=AdJpAAjWHqxBnTXHZrcyBMKyQ@mail.gmail.com> (raw)
In-Reply-To: <4E31526F.3060608@southpole.se>

2011/7/28 Benjamin Larsson <benjamin@southpole.se>:
> 0x82 is the address of the chip handling the analog signals(?) Micronas
> AVF 4910BA1 maybe.

I don't have the schematic of hauppauge card, so I can't say you if
082 is the AVF 4910

> So change the names so it is clear that this part
> sends commands to that chip.

As I already told my patch is a derivate work of Terratec H5 Patch.
Mauro's patch should have the same issue

> I'm not sure I understand the I2C addressing but my tuner is at 0xc2 and
> the demod at 0x52.

I hate binary operation however if you shift the address you should
get same value...
0x52 = 0x29 << 1
0x29 = 0x52 >> 1


Eddi

  reply	other threads:[~2011-07-29 11:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-28  8:53 Trying to support for HAUPPAUGE HVR-930C Eddi De Pieri
2011-07-28 12:13 ` Benjamin Larsson
2011-07-29 11:15   ` Eddi De Pieri [this message]
2011-07-29 13:03     ` Antti Palosaari
2011-07-29 18:10     ` Devin Heitmueller
2011-07-29 20:17       ` Daniel Glöckner
2011-08-04  6:36         ` Devin Heitmueller

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='CAKdnbx6O8JgMM37e28q1g9dt=AdJpAAjWHqxBnTXHZrcyBMKyQ@mail.gmail.com' \
    --to=eddi@depieri.net \
    --cc=benjamin@southpole.se \
    --cc=linux-media@vger.kernel.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 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.