Comment 1 for bug 185634

Revision history for this message
Bruno Santos (bsantos) wrote : Re: iSight doesn't work in Hardy Kernels

uvcvideo belongs to linux-ubuntu-modules.
I could go as far as seeing where it fails:
if (usb_control_msg(dev, usb_rcvctrlpipe(dev, 0), 0xA0, 0x40, 0xe600, 0,
                            "\1", 1, TIMEOUT) < 0)

Something goes wrong in this call, but I don't know how to debug further. :-(