anyone using g-webcam? (uvc gadget driver)

2010-09-17 Thread Christopher Friedt
Is anyone else on the list using / experimenting with Laurent's UVC Gadget driver? -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

pwc driver breakage in recent(ish) kernels (for old hardware)

2010-09-15 Thread Christopher Friedt
Hi everyone, I've been using a Logitech Sphere for years on various projects. This model is probably from the first batch ever made. In lsusb it shows up as 046d:08b5 Logitech, Inc. QuickCam Sphere It's a bit troublesome, because on older kernel versions (~2.4.x, ~2.6.2x) I never had a single is

[PATCH] v4l2-ctrls.c was missing slab.h

2010-08-12 Thread Christopher Friedt
Fixed broken compile of drivers/media/video/v4l2-ctrls.c. It failed due to missing #include , and errored-out with "implicit declaration of function kzalloc, kmalloc, ..." Signed-off-by: Christopher Friedt --- drivers/media/video/v4l2-ctrls.c |1 + 1 files changed, 1 insert