Patch "media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     media-staging-stkwebcam-restore-media_-usb-camera-_s.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 69ea540f5f0c52d2fb62fb51ab4ed33a4f0de9c3
Author: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
Date:   Mon Nov 21 16:58:33 2022 +0100

    media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies
    
    [ Upstream commit faaf901727eddcfbe889fe172ec9cdb5e63c8236 ]
    
    By moving support for the USB Syntek DC1125 Camera to staging, the
    dependencies on MEDIA_USB_SUPPORT and MEDIA_CAMERA_SUPPORT were lost.
    
    Fixes: 56280c64ecac ("media: stkwebcam: deprecate driver, move to staging")
    Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
    Reviewed-by: Ricardo Ribalda <ribalda@xxxxxxxxxxxx>
    Signed-off-by: Hans Verkuil <hverkuil-cisco@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/staging/media/stkwebcam/Kconfig b/drivers/staging/media/stkwebcam/Kconfig
index 4450403dff41..7234498e634a 100644
--- a/drivers/staging/media/stkwebcam/Kconfig
+++ b/drivers/staging/media/stkwebcam/Kconfig
@@ -2,7 +2,7 @@
 config VIDEO_STKWEBCAM
 	tristate "USB Syntek DC1125 Camera support (DEPRECATED)"
 	depends on VIDEO_DEV
-	depends on USB
+	depends on MEDIA_USB_SUPPORT && MEDIA_CAMERA_SUPPORT
 	help
 	  Say Y here if you want to use this type of camera.
 	  Supported devices are typically found in some Asus laptops,



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux