aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c11
-rw-r--r--drivers/media/video/em28xx/em28xx-core.c9
-rw-r--r--drivers/media/video/em28xx/em28xx-i2c.c11
-rw-r--r--drivers/media/video/em28xx/em28xx-input.c39
-rw-r--r--drivers/media/video/em28xx/em28xx-video.c22
5 files changed, 46 insertions, 46 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index 32c2c7fdad2c..ecfc8a3374db 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -1,11 +1,10 @@
1/* 1/*
2 em2820-cards.c - driver for Empia EM2800/EM2820/2840 USB video capture devices 2 em28xx-cards.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
3 3
4 Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com> 4 Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
5 Ludovico Cavedon <cavedon@sssup.it> 5 Markus Rechberger <mrechberger@gmail.com>
6 Mauro Carvalho Chehab <mchehab@brturbo.com.br> 6 Mauro Carvalho Chehab <mchehab@brturbo.com.br>
7 7 Sascha Sommer <saschasommer@freenet.de>
8 Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
9 8
10 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
@@ -33,7 +32,7 @@
33#include <media/tveeprom.h> 32#include <media/tveeprom.h>
34#include "msp3400.h" 33#include "msp3400.h"
35 34
36#include "em2820.h" 35#include "em28xx.h"
37 36
38struct em2820_board em2820_boards[] = { 37struct em2820_board em2820_boards[] = {
39 [EM2800_BOARD_UNKNOWN] = { 38 [EM2800_BOARD_UNKNOWN] = {
diff --git a/drivers/media/video/em28xx/em28xx-core.c b/drivers/media/video/em28xx/em28xx-core.c
index 442d50d7f320..e5aae4fa818a 100644
--- a/drivers/media/video/em28xx/em28xx-core.c
+++ b/drivers/media/video/em28xx/em28xx-core.c
@@ -1,11 +1,10 @@
1/* 1/*
2 em2820-core.c - driver for Empia EM2800/EM2820/2840 USB video capture devices 2 em2820-core.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
3 3
4 Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com> 4 Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
5 Ludovico Cavedon <cavedon@sssup.it> 5 Markus Rechberger <mrechberger@gmail.com>
6 Mauro Carvalho Chehab <mchehab@brturbo.com.br> 6 Mauro Carvalho Chehab <mchehab@brturbo.com.br>
7 7 Sascha Sommer <saschasommer@freenet.de>
8 Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
9 8
10 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
@@ -29,7 +28,7 @@
29#include <linux/usb.h> 28#include <linux/usb.h>
30#include <linux/vmalloc.h> 29#include <linux/vmalloc.h>
31 30
32#include "em2820.h" 31#include "em28xx.h"
33 32
34/* #define ENABLE_DEBUG_ISOC_FRAMES */ 33/* #define ENABLE_DEBUG_ISOC_FRAMES */
35 34
diff --git a/drivers/media/video/em28xx/em28xx-i2c.c b/drivers/media/video/em28xx/em28xx-i2c.c
index f0b386b4eb84..a62e66bd65f9 100644
--- a/drivers/media/video/em28xx/em28xx-i2c.c
+++ b/drivers/media/video/em28xx/em28xx-i2c.c
@@ -1,11 +1,10 @@
1/* 1/*
2 em2820-i2c.c - driver for Empia EM2800/EM2820/2840 USB video capture devices 2 em28xx-i2c.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
3 3
4 Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com> 4 Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
5 Ludovico Cavedon <cavedon@sssup.it> 5 Markus Rechberger <mrechberger@gmail.com>
6 Mauro Carvalho Chehab <mchehab@brturbo.com.br> 6 Mauro Carvalho Chehab <mchehab@brturbo.com.br>
7 7 Sascha Sommer <saschasommer@freenet.de>
8 Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
9 8
10 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
@@ -28,7 +27,7 @@
28#include <linux/i2c.h> 27#include <linux/i2c.h>
29#include <linux/video_decoder.h> 28#include <linux/video_decoder.h>
30 29
31#include "em2820.h" 30#include "em28xx.h"
32#include <media/tuner.h> 31#include <media/tuner.h>
33 32
34/* ----------------------------------------------------------- */ 33/* ----------------------------------------------------------- */
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);
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c
index d385149edd48..5ae896a1dcf6 100644
--- a/drivers/media/video/em28xx/em28xx-video.c
+++ b/drivers/media/video/em28xx/em28xx-video.c
@@ -1,11 +1,10 @@
1/* 1/*
2 em2820-video.c - driver for Empia EM2800/EM2820/2840 USB video capture devices 2 em28xx-video.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
3 3
4 Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com> 4 Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
5 Ludovico Cavedon <cavedon@sssup.it> 5 Markus Rechberger <mrechberger@gmail.com>
6 Mauro Carvalho Chehab <mchehab@brturbo.com.br> 6 Mauro Carvalho Chehab <mchehab@brturbo.com.br>
7 7 Sascha Sommer <saschasommer@freenet.de>
8 Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de>
9 8
10 This program is free software; you can redistribute it and/or modify 9 This program is free software; you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
@@ -30,15 +29,16 @@
30#include <linux/i2c.h> 29#include <linux/i2c.h>
31#include <linux/video_decoder.h> 30#include <linux/video_decoder.h>
32 31
33#include "em2820.h" 32#include "em28xx.h"
34#include <media/tuner.h> 33#include <media/tuner.h>
35 34
36#define DRIVER_AUTHOR "Markus Rechberger <mrechberger@gmail.com>, " \ 35#define DRIVER_AUTHOR "Ludovico Cavedon <cavedon@sssup.it>, " \
37 "Ludovico Cavedon <cavedon@sssup.it>, " \ 36 "Markus Rechberger <mrechberger@gmail.com>, " \
38 "Mauro Carvalho Chehab <mchehab@brturbo.com.br>" 37 "Mauro Carvalho Chehab <mchehab@brturbo.com.br>, " \
38 "Sascha Sommer <saschasommer@freenet.de>"
39 39
40#define DRIVER_NAME "em2820" 40#define DRIVER_NAME "em28xx"
41#define DRIVER_DESC "Empia em2820 based USB video device driver" 41#define DRIVER_DESC "Empia em28xx based USB video device driver"
42#define EM2820_VERSION_CODE KERNEL_VERSION(0, 0, 1) 42#define EM2820_VERSION_CODE KERNEL_VERSION(0, 0, 1)
43 43
44#define em2820_videodbg(fmt, arg...) do {\ 44#define em2820_videodbg(fmt, arg...) do {\