From e6c6643dad5f1216b3c69cb2b9faed6b53a473f0 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Tue, 7 Feb 2023 20:38:20 +0100 Subject: [PATCH] pygoscelis: Enable support for plenty USB cameras by Philips Enable CONFIG_USB_PWC as module for that. --- pygoscelis-config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pygoscelis-config b/pygoscelis-config index 620b28b..5e86d89 100644 --- a/pygoscelis-config +++ b/pygoscelis-config @@ -2866,7 +2866,9 @@ CONFIG_MEDIA_USB_SUPPORT=y # Webcam devices # # CONFIG_USB_GSPCA is not set -# CONFIG_USB_PWC is not set +CONFIG_USB_PWC=m +# CONFIG_USB_PWC_DEBUG is not set +CONFIG_USB_PWC_INPUT_EVDEV=y # CONFIG_USB_S2255 is not set # CONFIG_VIDEO_USBTV is not set CONFIG_USB_VIDEO_CLASS=m