On Tue, 23 May 2000 [EMAIL PROTECTED] wrote:

> 
> 
> On Tue, 23 May 2000, Johannes Erdfelt wrote:
> 
> > On Tue, May 23, 2000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > > I just patched 2.2.15 with the -pre7-1 USB backport. I remember that the
> > > new CPiA code uses the i2c device. So has this been dropped due to the i2c
> > > support or lack thereof in the 2.2 kernels?
> > 
> > i2c device? Not unless the spec and hardware changed recently.
> > 
> > I think it was left out since there already is a CPiA driver in 2.2.15,
> > albeit without the USB portion.
> > 
> > What you can do is apply the USB backport and then get the 2.2 CPiA code
> > from webcam.sourceforge.net.
> 
> I downloaded and peeked. Looks like it's going to be fun tweaking the 2.3
> patch to work... I'll see what happens.

I manually diffed the 2.2 and 2.3 cpia patches into my
2.2.15-with-backport tree and then copied cpia* into the proper locations,
scried by find . -name cpia*

Not good. I see a huge amount of:

cpia.c: In function `cpia_unregister_camera_R8c022de2':
cpia.c:3616: dereferencing pointer to incomplete type
cpia.c:3618: dereferencing pointer to incomplete type
cpia.c:3621: dereferencing pointer to incomplete type
cpia.c:3623: dereferencing pointer to incomplete type
cpia.c:3627: dereferencing pointer to incomplete type
cpia.c:3628: warning: passing arg 1 of `destroy_proc_cpia_cam' from
incompatible pointer type
cpia.c:3630: dereferencing pointer to incomplete type
cpia.c: In function `init_module':
cpia.c:3646: `CPIA_MAJ_VER' undeclared (first use this function)
cpia.c:3646: `CPIA_MIN_VER' undeclared (first use this function)
cpia.c:3646: `CPIA_PATCH_VER' undeclared (first use this function)


I should probably punt this to the cpia mailing list?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to