Displaying 1 result from an estimated 1 matches for "gspca_cor".
Did you mean:
gspca_core
2010 Jun 11
2
5.5 & gspca
...ctory (which appears,
from their website, to have not been updated since '07), make clean, make,
make install.
Having gone up to 5.5, did the same. What's happening now is that it
works, delivers the mpgs... but dumps errors in the logs:
<snip>
kernel: /usr/local/src/gspcav1-20071224/gspca_core.c:
[spca50x_move_data:1611] ISOC data error: [0] len=0, status=-18
<snip>
Looking at the code, I see
<snip>
static int
spca50x_move_data(struct usb_spca50x *spca50x, struct urb *urb)
{
unsigned char *cdata; //Pointer to buffer where we do store next
packet
unsigned ch...