Commit e3a0f556 authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Mauro Carvalho Chehab

media: docs: media: uvcvideo: Use linux-media mailing list

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: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@kernel.org>
parent 2a952d92
...@@ -7,7 +7,7 @@ This file documents some driver-specific aspects of the UVC driver, such as ...@@ -7,7 +7,7 @@ This file documents some driver-specific aspects of the UVC driver, such as
driver-specific ioctls and implementation notes. driver-specific ioctls and implementation notes.
Questions and remarks can be sent to the Linux UVC development mailing list at 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 Extension Unit (XU) support
......
...@@ -20523,7 +20523,6 @@ F: drivers/usb/host/uhci* ...@@ -20523,7 +20523,6 @@ F: drivers/usb/host/uhci*
USB VIDEO CLASS USB VIDEO CLASS
M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
L: linux-media@vger.kernel.org L: linux-media@vger.kernel.org
S: Maintained S: Maintained
W: http://www.ideasonboard.org/uvc/ W: http://www.ideasonboard.org/uvc/
......
...@@ -2443,7 +2443,7 @@ static int uvc_probe(struct usb_interface *intf, ...@@ -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", "Forcing device quirks to 0x%x by module parameter for testing purpose.\n",
dev->quirks); dev->quirks);
dev_info(&dev->udev->dev, 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) { if (dev->info->uvc_version) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment