diff options
Diffstat (limited to 'drivers/media/video/em28xx/em28xx-video.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-video.c | 22 |
1 files changed, 11 insertions, 11 deletions
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 {\ |