From: Steven Toth <stoth@linuxtv.org>
To: Michel Dansereau <Michel.Dansereau@videotron.ca>
Cc: linux-media@vger.kernel.org
Subject: Re: Wintv-1250 - EEPROM decoding - V4L DVB
Date: Sun, 29 Mar 2009 19:05:47 -0400 [thread overview]
Message-ID: <49CFFECB.4080902@linuxtv.org> (raw)
In-Reply-To: <49CFC642.3030408@videotron.ca>
> 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
next prev parent reply other threads:[~2009-03-29 23:05 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 [this message]
[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
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=49CFFECB.4080902@linuxtv.org \
--to=stoth@linuxtv.org \
--cc=Michel.Dansereau@videotron.ca \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox