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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html