diff mbox series

MAINTAINERS: Add missing file entries for the USB video class driver

Message ID 20241117213833.22952-1-laurent.pinchart@ideasonboard.com
State New
Headers show
Series MAINTAINERS: Add missing file entries for the USB video class driver | expand

Commit Message

Laurent Pinchart Nov. 17, 2024, 9:38 p.m. UTC
The USB video class driver is missing a few F: entries for files related
to the driver that have been added to the kernel over the years. Add
them.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 MAINTAINERS | 4 ++++
 1 file changed, 4 insertions(+)


base-commit: 5516200c466f92954551406ea641376963c43a92

Comments

Hans de Goede Dec. 4, 2024, 2 p.m. UTC | #1
Hi,

On 17-Nov-24 10:38 PM, Laurent Pinchart wrote:
> The USB video class driver is missing a few F: entries for files related
> to the driver that have been added to the kernel over the years. Add
> them.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thanks, patch looks good to me:

Reviewed-by: Hans de Goede <hdegoede@redhat.com>

Regards,

Hans



> ---
>  MAINTAINERS | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index f65f00392789..af018330f6fd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24076,7 +24076,11 @@ L:	linux-media@vger.kernel.org
>  S:	Maintained
>  W:	http://www.ideasonboard.org/uvc/
>  T:	git git://linuxtv.org/media_tree.git
> +F:	Documentation/userspace-api/media/drivers/uvcvideo.rst
> +F:	Documentation/userspace-api/media/v4l/metafmt-uvc.rst
> +F:	drivers/media/common/uvc.c
>  F:	drivers/media/usb/uvc/
> +F:	include/linux/usb/uvc.h
>  F:	include/uapi/linux/uvcvideo.h
>  
>  USB WEBCAM GADGET
> 
> base-commit: 5516200c466f92954551406ea641376963c43a92
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index f65f00392789..af018330f6fd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24076,7 +24076,11 @@  L:	linux-media@vger.kernel.org
 S:	Maintained
 W:	http://www.ideasonboard.org/uvc/
 T:	git git://linuxtv.org/media_tree.git
+F:	Documentation/userspace-api/media/drivers/uvcvideo.rst
+F:	Documentation/userspace-api/media/v4l/metafmt-uvc.rst
+F:	drivers/media/common/uvc.c
 F:	drivers/media/usb/uvc/
+F:	include/linux/usb/uvc.h
 F:	include/uapi/linux/uvcvideo.h
 
 USB WEBCAM GADGET