diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-28 21:07:27 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-28 21:07:27 +0000 |
commit | d97761fd746e75acb55fae2af528ea2dc7e87999 (patch) | |
tree | 07e73c10495392ea9221e1440cb44b036ed533f3 /linux/drivers/media/video/em28xx/em28xx-i2c.c | |
parent | 02263b8edde6c350163da2b43cda45b665c40429 (diff) | |
download | mediapointer-dvb-s2-d97761fd746e75acb55fae2af528ea2dc7e87999.tar.gz mediapointer-dvb-s2-d97761fd746e75acb55fae2af528ea2dc7e87999.tar.bz2 |
- module em2820 renamed to em28xx and moved to V4L dir.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-i2c.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-i2c.c b/linux/drivers/media/video/em28xx/em28xx-i2c.c index 5f42bb961..100c7bca3 100644 --- a/linux/drivers/media/video/em28xx/em28xx-i2c.c +++ b/linux/drivers/media/video/em28xx/em28xx-i2c.c @@ -1,11 +1,10 @@ /* - em2820-i2c.c - driver for Empia EM2800/EM2820/2840 USB video capture devices + em28xx-i2c.c - driver for Empia EM2800/EM2820/2840 USB video capture devices - Copyright (C) 2005 Markus Rechberger <mrechberger@gmail.com> - Ludovico Cavedon <cavedon@sssup.it> + Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it> + Markus Rechberger <mrechberger@gmail.com> Mauro Carvalho Chehab <mchehab@brturbo.com.br> - - Based on the em2800 driver from Sascha Sommer <saschasommer@freenet.de> + Sascha Sommer <saschasommer@freenet.de> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -28,7 +27,7 @@ #include <linux/i2c.h> #include <linux/video_decoder.h> -#include "em2820.h" +#include "em28xx.h" #include <media/tuner.h> /* ----------------------------------------------------------- */ |