Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: fix broken v4l-utils URL

This replaces http://git.linuxtv.org/v4l-utils/ (broken link)
by http://git.linuxtv.org/cgit.cgi/v4l-utils.git/

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Michael Opdenacker and committed by
Jiri Kosina
0415447a 7b345771

+2 -2
+1 -1
Documentation/DocBook/media/v4l/common.xml
··· 110 110 complex devices use the Media Controller (see <xref linkend="media_controller" />) 111 111 which can be used for this purpose. But most drivers do not use it, 112 112 and while some code exists that uses sysfs to discover related devices 113 - (see libmedia_dev in the <ulink url="http://git.linuxtv.org/v4l-utils/">v4l-utils</ulink> 113 + (see libmedia_dev in the <ulink url="http://git.linuxtv.org/cgit.cgi/v4l-utils.git/">v4l-utils</ulink> 114 114 git repository), there is no library yet that can provide a single API towards 115 115 both Media Controller-based devices and devices that do not use the Media Controller. 116 116 If you want to work on this please write to the linux-media mailing list: &v4l-ml;.</para>
+1 -1
drivers/media/rc/keymaps/Kconfig
··· 12 12 The ir-keytable program, available at v4l-utils package 13 13 provide the tool and the same RC maps for load from 14 14 userspace. Its available at 15 - http://git.linuxtv.org/v4l-utils 15 + http://git.linuxtv.org/cgit.cgi/v4l-utils.git/