tech-multimedia archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Problems with uvideo(4) on a Asus Eee PC 900
On 1/31/2009 2:20 PM, Leonardo Taccari wrote:
uvideo_open: sc=0xcb76d808
uvideo_set_format: sc=0xcb76d808
uvideo: error probe/GET_MAX: SHORT_XFER (16)
uvideo: error commit/SET_CUR: TIMEOUT (15)
Ugh I thought I had checked in this change.. can you modify
sys/dev/usb/uvideo.c and in the uvideo_set_format function, and on the line:
err = uvideo_stream_probe(vs, UR_GET_MAX, &maxprobe);
change it to read:
err = uvideo_stream_probe(vs, UR_GET_DEF, &maxprobe);
and re-run your test?
Cheers,
Jared
Home |
Main Index |
Thread Index |
Old Index