aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx/em28xx-input.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-09 00:38:25 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:27 -0500
commitf7abcd385cc8a5a2f75b07c8325067ea2785ba1e (patch)
treef8dc799ec34c773c6b1b7d2e4aa42061c0facf83 /drivers/media/video/em28xx/em28xx-input.c
parentc12097fd9adb07810fb28f70df5462c0603463cc (diff)
[PATCH] v4l: 877: module em2820 renamed to em28xx and moved to v4l dir
- Module em2820 renamed to em28xx and moved to V4L dir. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-input.c')
-rw-r--r--drivers/media/video/em28xx/em28xx-input.c39
1 files changed, 21 insertions, 18 deletions
diff --git a/drivers/media/video/em28xx/em28xx-input.c b/drivers/media/video/em28xx/em28xx-input.c
index e13585898f58..be7ba9b24d0d 100644
--- a/drivers/media/video/em28xx/em28xx-input.c
+++ b/drivers/media/video/em28xx/em28xx-input.c
@@ -1,21 +1,24 @@
1/* 1/*
2 * 2 handle em28xx IR remotes via linux kernel input layer.
3 * handle saa7134 IR remotes via linux kernel input layer. 3
4 * 4 Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
5 * This program is free software; you can redistribute it and/or modify 5 Markus Rechberger <mrechberger@gmail.com>
6 * it under the terms of the GNU General Public License as published by 6 Mauro Carvalho Chehab <mchehab@brturbo.com.br>
7 * the Free Software Foundation; either version 2 of the License, or 7 Sascha Sommer <saschasommer@freenet.de>
8 * (at your option) any later version. 8
9 * 9 This program is free software; you can redistribute it and/or modify
10 * This program is distributed in the hope that it will be useful, 10 it under the terms of the GNU General Public License as published by
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 the Free Software Foundation; either version 2 of the License, or
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 (at your option) any later version.
13 * GNU General Public License for more details. 13
14 * 14 This program is distributed in the hope that it will be useful,
15 * You should have received a copy of the GNU General Public License 15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * along with this program; if not, write to the Free Software 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 GNU General Public License for more details.
18 * 18
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */ 22 */
20 23
21#include <linux/module.h> 24#include <linux/module.h>
@@ -27,7 +30,7 @@
27#include <linux/input.h> 30#include <linux/input.h>
28#include <linux/usb.h> 31#include <linux/usb.h>
29 32
30#include "em2820.h" 33#include "em28xx.h"
31 34
32static unsigned int disable_ir = 0; 35static unsigned int disable_ir = 0;
33module_param(disable_ir, int, 0444); 36module_param(disable_ir, int, 0444);