Hi, > > sorry for reheating my question, but I'm still in search of the > > component to blame, that the cam is not working. I understand that the > > Linux distro I'm using is in alpha state so problems have to be expected. > > Hi, > > I've bought this Webcam yesterday, too, in trust of > http://linux-uvc.berlios.de/#devices. > > I want to add the output of v4l-video here, hoping it helps somehow ;-) > > I've modified the usb_driver.c of uvc, like mentioned in another posting: > > static struct usb_device_id uvc_ids[] = { > { .match_flags = USB_DEVICE_ID_MATCH_DEVICE > | USB_DEVICE_ID_MATCH_INT_INFO, > .idVendor = 0x046d, > .idProduct = 0x08ce, > .bInterfaceClass = USB_CLASS_VENDOR_SPEC, > .bInterfaceSubClass = 1, > .bInterfaceProtocol = 0 > },
This shouldn't be needed. The driver should detect your camera without that change. If it doesn't, let's try to investigate that. Cheers, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
