All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Stocker <mark@ale8.org>
To: linux-media@vger.kernel.org
Subject: Re: Wintv-1250 - EEPROM decoding - V4L DVB
Date: Tue, 31 Mar 2009 14:34:41 -0400	[thread overview]
Message-ID: <200903311434.41411.mark@ale8.org> (raw)
In-Reply-To: <49CFFECB.4080902@linuxtv.org>

I have implemented this same change and found this eeprom offset works 
correctly on my HVR-1250 as well.  Not that it really helps anything at this 
point.  Is there a datasheet available to the public for this chipset?



On Sunday March 29 2009 7:05:47 pm Steven Toth wrote:
> >        switch (dev->board) {
> > /* removed        case CX23885_BOARD_HAUPPAUGE_HVR1250: */
> >        case CX23885_BOARD_HAUPPAUGE_HVR1500:
> >        case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
> >        case CX23885_BOARD_HAUPPAUGE_HVR1400:
> >                if (dev->i2c_bus[0].i2c_rc == 0)
> >                        hauppauge_eeprom(dev, eeprom+0x80);
> >                break;
> >        case CX23885_BOARD_HAUPPAUGE_HVR1250: /*added*/
> >        case CX23885_BOARD_HAUPPAUGE_HVR1800:
> >        case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
> >        case CX23885_BOARD_HAUPPAUGE_HVR1200:
> >        case CX23885_BOARD_HAUPPAUGE_HVR1700:
> >                if (dev->i2c_bus[0].i2c_rc == 0)
> >                        hauppauge_eeprom(dev, eeprom+0xc0);
> >                break;
> >        }
>
> Thanks.
>
> Hauppauge have various revs of the 1250 and the eeprom offset can change.
> It looks like your model is different the the stock HVR-1250 I've seen.
>
> - Steve
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



      parent reply	other threads:[~2009-03-31 18:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-29 19:04 Wintv-1250 - EEPROM decoding - V4L DVB Michel Dansereau
2009-03-29 23:05 ` Steven Toth
     [not found]   ` <49D1532C.4050106@videotron.ca>
2009-03-31 14:34     ` Steven Toth
2009-03-31 23:23       ` Michel Dansereau
2009-04-02 14:43         ` Steven Toth
2009-04-02 17:46           ` Mark Stocker
2009-04-02 18:51           ` Mark Stocker
2009-04-02 23:38           ` Michel Dansereau
2009-03-31 18:34   ` Mark Stocker [this message]

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=200903311434.41411.mark@ale8.org \
    --to=mark@ale8.org \
    --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.