Comment 20 for bug 213114

Revision history for this message
Ka-Hing Cheung (kahing) wrote :

with jaunty, I see that in kcompat-2.6.28.patch it sets it to:

+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
+ b.type = VID_TYPE_CAPTURE | VID_TYPE_SUBCAPTURE;
+#else
                        b.type = VID_TYPE_CAPTURE;
+#endif

If I remove the | VID_TYPE_SUBCAPTURE and recompile, the camera (quickcam express) is recognized.

I also had to do `qcset /dev/video0 compat=dblbuf`for the video input to work