Displaying 1 result from an estimated 1 matches for "transfer_buff".
Did you mean:
transfer_buffer
2010 Jun 11
2
5.5 & gspca
...pixel data in the ISO packet
if (st) {
PDEBUG(0, "ISOC data error: [%d] len=%d, status=%d
\n",
i, datalength, st);
continue;
}
cdata = ((unsigned char *) urb->transfer_buffer) +
<snip>
so the first number is the packet #, which I see 0 through 3 or 5 in my
logs. The error, which is the status, *if* errno.h has any relation, says
that it's an EXDEV, which suggests that it's trying to hard link across
devices, which AFAIK it's not: the home directory f...