diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-11-09 00:38:25 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 10:56:27 -0500 |
commit | f7abcd385cc8a5a2f75b07c8325067ea2785ba1e (patch) | |
tree | f8dc799ec34c773c6b1b7d2e4aa42061c0facf83 /drivers/media/video/em28xx/em28xx-cards.c | |
parent | c12097fd9adb07810fb28f70df5462c0603463cc (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-cards.c')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-cards.c | 11 |
1 files changed, 5 insertions, 6 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 | ||
38 | struct em2820_board em2820_boards[] = { | 37 | struct em2820_board em2820_boards[] = { |
39 | [EM2800_BOARD_UNKNOWN] = { | 38 | [EM2800_BOARD_UNKNOWN] = { |