On Tuesday 20 September 2005 17:59, Keith C wrote:
> >> On Wednesday 14 September 2005 19:00, Keith C wrote:
> >>> One of my recent upgrades to IVTV caused my hd-3000's cx88xx module
> >>> to disagree about the version of tveeprom.  So figured Hans
> >>> recommended using the kernel version of tveeprom anyways, I'll just
> >>> go update that.  Grabbed the latest video4linux snapshot and built
> >>> it, but I sure can't get ivtv to work with it's version of tveeprom.
>
> I've made no progress.  The v4l version of tveeprom just doesn't see
> my card and I've given up on it.  Unfortunately, the replaced kernel
> modules from v4l (which disagree about the version of
> tveeprom_hauppauge_analog) means my hd-3000 is now out of commission.
>
> Here's a question that bugs me :
>
> Shouldn't the number of arguments in tveeprom_hauppauge_analog be the
> same in tveeprom in both v4l and ivtv?  v4l added an 12c_client
> argument on 8-30.
>
> ivtv version :
> void tveeprom_hauppauge_analog(struct tveeprom *tvee, unsigned char
> *eeprom_data)
>
> v4l version :
> void tveeprom_hauppauge_analog(struct i2c_client *c, struct tveeprom
> *tvee,
>                                  unsigned char *eeprom_data)
>
> If it was fixed in ivtv, would my v4l modules no longer disagree
> about the version, or would I need to modify v4l's *.mod.c files and
> put in a new symbol version (and where would I find what symbol
> version needs to go there?)

You can try to just add the struct i2c_client argument to ivtv's tveeprom 
module. It's only used for improved kernel messages in the new v4l2 tveeprom 
module. That way ivtv has the same API as the new kernel API.

        Hans


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to