Hello, In fact the problem is very simple...
the pwc is written to be supported only by the V4L1... so if you disable the "[*] Enable Video For Linux API 1" it will disable all the drivers not compatible. From the kernel help : This kernel includes support for the new Video for Linux Two API, (V4L2) as well as the original system. Drivers and applications need to be rewritten to use V4L2, but drivers for popular cards and applications for most video capture functions already exist And if you check the PWC driver : Symbol: USB_PWC [=n] Prompt: USB Philips Cameras Defined at drivers/media/video/pwc/Kconfig:1 Depends on: VIDEO_DEV && USB && VIDEO_V4L1 So you need to keep the V4L1 flag :) Regards _______________________________________________ pwc mailing list [email protected] http://lists.saillard.org/mailman/listinfo/pwc
