aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-29 07:43:20 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:19:28 -0400
commit7f9d6913619eebc84bb447e8f4635c331fd373d8 (patch)
treeffa30399cf5ffd622bd8aa9f75720731617c2451 /drivers/media/common
parent88d25a1ee47fb6fcb5073240e48c340b2409a85e (diff)
V4L/DVB (12563): ir-keymaps: add a link to the IR standard layout page
While we're still discussing it, let's point to the wiki page. In the future, this should be added at V4L2 API spec DocBooks. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/ir-keymaps.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/media/common/ir-keymaps.c b/drivers/media/common/ir-keymaps.c
index bf7d849ee6d2..3426ebb2d2b6 100644
--- a/drivers/media/common/ir-keymaps.c
+++ b/drivers/media/common/ir-keymaps.c
@@ -1,8 +1,6 @@
1/* 1/*
2 2 Keytables for supported remote controls, used on drivers/media
3 3 devices.
4 Keytables for supported remote controls. This file is part of
5 video4linux.
6 4
7 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
@@ -17,7 +15,13 @@
17 You should have received a copy of the GNU General Public License 15 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software 16 along with this program; if not, write to the Free Software
19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18*/
20 19
20/*
21 * NOTICE FOR DEVELOPERS:
22 * The IR mappings should be as close as possible to what's
23 * specified at:
24 * http://linuxtv.org/wiki/index.php/Remote_Controllers
21 */ 25 */
22#include <linux/module.h> 26#include <linux/module.h>
23 27