On Wed, 2 Jul 2008 21:41:19 +0200
Jean Delvare <[EMAIL PROTECTED]> wrote:

> Hi Martin,
> 
> Don't you want something like this for your avs6eyes board?

I most definitely do. :)

http://fixunix.com/kernel/335001-patch-drivers-media-video-zoran_card-c-en-decoder-loading.html

/Sam

> * * * * *
> 
> We do that for all other boards so why not for the avs6eyes?
> 
> Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
> Cc: Martin Samuelsson <[EMAIL PROTECTED]>
> ---
>  drivers/media/video/zoran_card.c |    6 ++++++
>  1 file changed, 6 insertions(+)
> 
> --- linux-2.6.26-rc8.orig/drivers/media/video/zoran_card.c    2008-07-02 
> 17:43:18.000000000 +0200
> +++ linux-2.6.26-rc8/drivers/media/video/zoran_card.c 2008-07-02 
> 21:31:06.000000000 +0200
> @@ -355,9 +355,15 @@ i2cid_to_modulename (u16 i2c_id)
>       case I2C_DRIVERID_BT856:
>               name = "bt856";
>               break;
> +     case I2C_DRIVERID_BT866:
> +             name = "bt866";
> +             break;
>       case I2C_DRIVERID_VPX3220:
>               name = "vpx3220";
>               break;
> +     case I2C_DRIVERID_KS0127:
> +             name = "ks0127";
> +             break;
>       }
>  
>       return name;
> 
> 
> -- 
> Jean Delvare
> 
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> Mjpeg-users mailing list
> Mjpeg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mjpeg-users

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to