diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-input.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-input.c | 39 |
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 | ||
32 | static unsigned int disable_ir = 0; | 35 | static unsigned int disable_ir = 0; |
33 | module_param(disable_ir, int, 0444); | 36 | module_param(disable_ir, int, 0444); |