diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2014-10-02 16:45:48 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-10-03 09:49:57 -0400 |
commit | 0415447aa3b4decc2c05dfc45a0aa34a5eb4fc54 (patch) | |
tree | 0ec0767cb3c278f43a03e9475727c5fb49d58ff1 | |
parent | 7b345771ba921361b318e95bf21b257c65ac141c (diff) |
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>
-rw-r--r-- | Documentation/DocBook/media/v4l/common.xml | 2 | ||||
-rw-r--r-- | drivers/media/rc/keymaps/Kconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/DocBook/media/v4l/common.xml b/Documentation/DocBook/media/v4l/common.xml index 71f6bf9e735e..8b5e014224d6 100644 --- a/Documentation/DocBook/media/v4l/common.xml +++ b/Documentation/DocBook/media/v4l/common.xml | |||
@@ -110,7 +110,7 @@ makes no provisions to find these related devices. Some really | |||
110 | complex devices use the Media Controller (see <xref linkend="media_controller" />) | 110 | complex devices use the Media Controller (see <xref linkend="media_controller" />) |
111 | which can be used for this purpose. But most drivers do not use it, | 111 | which can be used for this purpose. But most drivers do not use it, |
112 | and while some code exists that uses sysfs to discover related devices | 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 | git repository), there is no library yet that can provide a single API towards | 114 | git repository), there is no library yet that can provide a single API towards |
115 | both Media Controller-based devices and devices that do not use the Media Controller. | 115 | both Media Controller-based devices and devices that do not use the Media Controller. |
116 | If you want to work on this please write to the linux-media mailing list: &v4l-ml;.</para> | 116 | If you want to work on this please write to the linux-media mailing list: &v4l-ml;.</para> |
diff --git a/drivers/media/rc/keymaps/Kconfig b/drivers/media/rc/keymaps/Kconfig index 8e615fd55852..767423bbbdd0 100644 --- a/drivers/media/rc/keymaps/Kconfig +++ b/drivers/media/rc/keymaps/Kconfig | |||
@@ -12,4 +12,4 @@ config RC_MAP | |||
12 | The ir-keytable program, available at v4l-utils package | 12 | The ir-keytable program, available at v4l-utils package |
13 | provide the tool and the same RC maps for load from | 13 | provide the tool and the same RC maps for load from |
14 | userspace. Its available at | 14 | userspace. Its available at |
15 | http://git.linuxtv.org/v4l-utils | 15 | http://git.linuxtv.org/cgit.cgi/v4l-utils.git/ |