]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
V4L/DVB (6477): Properly fill MODULE_AUTHOR
authorMauro Carvalho Chehab <mchehab@infradead.org>
Tue, 30 Oct 2007 02:44:18 +0000 (23:44 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:01:37 +0000 (19:01 -0200)
Most of the driver were written by Mauro Carvalho Chehab.
DTV parts were added by Michel Ludwig.

Reviewed-by: Michel Ludwig <michel.ludwig@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-xc2028.c

index c5bdeff54288abf9f0d3b1bc1e47c1d7db6ecb08..813b54971e1ab1ac8063ccc0ddfa0d0e01226260 100644 (file)
@@ -1,8 +1,10 @@
 /* tuner-xc2028
  *
  * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org)
+ *
  * Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com)
  *       - frontend interface
+ *
  * This code is placed under the terms of the GNU General Public License v2
  */
 
@@ -768,5 +770,6 @@ int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter* i2c_adap,
 EXPORT_SYMBOL(xc2028_attach);
 
 MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver");
+MODULE_AUTHOR("Michel Ludwig <michel.ludwig@gmail.com>");
 MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
 MODULE_LICENSE("GPL");