diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-29 08:43:20 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-08-29 08:43:20 -0300 |
commit | 2decedc3e9cf2bfc4220e752cf3b56e1a6314629 (patch) | |
tree | 92887bcb4b8fcc1c1a0118af208115a1d734b6fd /linux/drivers | |
parent | 99451276a3fae1aa2b2cfd7ea23a702627df4242 (diff) | |
download | mediapointer-dvb-s2-2decedc3e9cf2bfc4220e752cf3b56e1a6314629.tar.gz mediapointer-dvb-s2-2decedc3e9cf2bfc4220e752cf3b56e1a6314629.tar.bz2 |
ir-keymaps: add a link to the IR standard layout page
From: Mauro Carvalho Chehab <mchehab@redhat.com>
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.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/common/ir-keymaps.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/linux/drivers/media/common/ir-keymaps.c b/linux/drivers/media/common/ir-keymaps.c index 35d35e872..1f2ead284 100644 --- a/linux/drivers/media/common/ir-keymaps.c +++ b/linux/drivers/media/common/ir-keymaps.c @@ -1,8 +1,6 @@ /* - - - Keytables for supported remote controls. This file is part of - video4linux. + Keytables for supported remote controls, used on drivers/media + devices. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -17,7 +15,13 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +*/ +/* + * NOTICE FOR DEVELOPERS: + * The IR mappings should be as close as possible to what's + * specified at: + * http://linuxtv.org/wiki/index.php/Remote_Controllers */ #include <linux/module.h> |