mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (6477): Properly fill MODULE_AUTHOR
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>
This commit is contained in:
parent
6c362c8e58
commit
983d214e08
|
@ -1,8 +1,10 @@
|
||||||
/* tuner-xc2028
|
/* tuner-xc2028
|
||||||
*
|
*
|
||||||
* Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org)
|
* Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org)
|
||||||
|
*
|
||||||
* Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com)
|
* Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com)
|
||||||
* - frontend interface
|
* - frontend interface
|
||||||
|
*
|
||||||
* This code is placed under the terms of the GNU General Public License v2
|
* 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);
|
EXPORT_SYMBOL(xc2028_attach);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver");
|
MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver");
|
||||||
|
MODULE_AUTHOR("Michel Ludwig <michel.ludwig@gmail.com>");
|
||||||
MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
|
MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
|
|
Loading…
Reference in New Issue