media: docs: media: uvcvideo: Use linux-media mailing list
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Tue, 15 Mar 2022 22:10:06 +0000 (23:10 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Sun, 8 May 2022 05:08:23 +0000 (07:08 +0200)
As discussed with other developers, the linux-uvc-devel mailing list is
not very useful anymore, and it's better to send people to the general
linux-media mailing list.

Replace/remove the old mailing list address in uvcvideo.rst and
MAINTAINERS.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Documentation/userspace-api/media/drivers/uvcvideo.rst
MAINTAINERS
drivers/media/usb/uvc/uvc_driver.c

index e5fd8fad333c9515e6280411aa27d81b65787cb0..a290f9fadae9d71630645fd9db8d5193a16999a4 100644 (file)
@@ -7,7 +7,7 @@ This file documents some driver-specific aspects of the UVC driver, such as
 driver-specific ioctls and implementation notes.
 
 Questions and remarks can be sent to the Linux UVC development mailing list at
-linux-uvc-devel@lists.berlios.de.
+linux-media@vger.kernel.org.
 
 
 Extension Unit (XU) support
index 40fa1955ca3f5886c6a8937c22d2f172dd923698..9b114e62d14a10fac49c869bc3e6cc6ab1c7300b 100644 (file)
@@ -20523,7 +20523,6 @@ F:      drivers/usb/host/uhci*
 
 USB VIDEO CLASS
 M:     Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-L:     linux-uvc-devel@lists.sourceforge.net (subscribers-only)
 L:     linux-media@vger.kernel.org
 S:     Maintained
 W:     http://www.ideasonboard.org/uvc/
index dda0f0aa78b8533d80e7bb726f308bf7a73b55d9..e0a33a0a00c629579c466c3d2034b29f63928006 100644 (file)
@@ -2443,7 +2443,7 @@ static int uvc_probe(struct usb_interface *intf,
                         "Forcing device quirks to 0x%x by module parameter for testing purpose.\n",
                         dev->quirks);
                dev_info(&dev->udev->dev,
-                        "Please report required quirks to the linux-uvc-devel mailing list.\n");
+                        "Please report required quirks to the linux-media mailing list.\n");
        }
 
        if (dev->info->uvc_version) {