diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-29 22:44:18 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:37 -0500 |
commit | 983d214e08010c7b3c1997dc9cab7fa0984446f0 (patch) | |
tree | 2280e94c368daac01804f4d35d2c9b1e05734c78 /drivers/media/video | |
parent | 6c362c8e58da972728a3666a0a00b9c2f1574e1f (diff) |
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>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/tuner-xc2028.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-xc2028.c b/drivers/media/video/tuner-xc2028.c index c5bdeff5428..813b54971e1 100644 --- a/drivers/media/video/tuner-xc2028.c +++ b/drivers/media/video/tuner-xc2028.c | |||
@@ -1,8 +1,10 @@ | |||
1 | /* tuner-xc2028 | 1 | /* tuner-xc2028 |
2 | * | 2 | * |
3 | * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org) | 3 | * Copyright (c) 2007 Mauro Carvalho Chehab (mchehab@infradead.org) |
4 | * | ||
4 | * Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com) | 5 | * Copyright (c) 2007 Michel Ludwig (michel.ludwig@gmail.com) |
5 | * - frontend interface | 6 | * - frontend interface |
7 | * | ||
6 | * This code is placed under the terms of the GNU General Public License v2 | 8 | * This code is placed under the terms of the GNU General Public License v2 |
7 | */ | 9 | */ |
8 | 10 | ||
@@ -768,5 +770,6 @@ int xc2028_attach(struct dvb_frontend *fe, struct i2c_adapter* i2c_adap, | |||
768 | EXPORT_SYMBOL(xc2028_attach); | 770 | EXPORT_SYMBOL(xc2028_attach); |
769 | 771 | ||
770 | MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver"); | 772 | MODULE_DESCRIPTION("Xceive xc2028/xc3028 tuner driver"); |
773 | MODULE_AUTHOR("Michel Ludwig <michel.ludwig@gmail.com>"); | ||
771 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>"); | 774 | MODULE_AUTHOR("Mauro Carvalho Chehab <mchehab@infradead.org>"); |
772 | MODULE_LICENSE("GPL"); | 775 | MODULE_LICENSE("GPL"); |