Steve,
Point taken about dropping the mailing list.
Thanks!
Michel
Steven Toth wrote:
Michel Dansereau wrote:
Then my next question is: how different is my board from the one
supported?
Does the analog section work at this point? Sure does not for me!
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
Please don't drop the mailing list off of replies. Linux wouldn't
exist if we perpetuated this habit.
To answer your question, no significant differences. Analog won't work
because I haven't done it. :)
The eeprom offset is the only notable difference at this point. I'll
look into this, at some point.
- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html