aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/da9034-ts.c
diff options
context:
space:
mode:
authorEric Miao <eric.y.miao@gmail.com>2009-04-14 13:38:35 -0400
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2009-04-15 11:58:21 -0400
commit93ff27c66de5c9eb0ead1e6f979afa97cbcf1e9d (patch)
treeab0b6de208930599167cc25efe7548249f96a72e /drivers/input/touchscreen/da9034-ts.c
parente04126c79242d2740b469292d42c239bad7807cc (diff)
Input: da9034-ts - add Bin Yang as co-author of the driver
Bin did a lot of work on this driver, without his help, this driver will not be possible. Signed-off-by: Bin Yang <bin.yang@marvell.com> Signed-off-by: Eric Miao <eric.miao@marvell.com> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/input/touchscreen/da9034-ts.c')
-rw-r--r--drivers/input/touchscreen/da9034-ts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/da9034-ts.c b/drivers/input/touchscreen/da9034-ts.c
index fa67d782c3c3..666a6e74be40 100644
--- a/drivers/input/touchscreen/da9034-ts.c
+++ b/drivers/input/touchscreen/da9034-ts.c
@@ -3,6 +3,7 @@
3 * 3 *
4 * Copyright (C) 2006-2008 Marvell International Ltd. 4 * Copyright (C) 2006-2008 Marvell International Ltd.
5 * Fengwei Yin <fengwei.yin@marvell.com> 5 * Fengwei Yin <fengwei.yin@marvell.com>
6 * Bin Yang <bin.yang@marvell.com>
6 * Eric Miao <eric.miao@marvell.com> 7 * Eric Miao <eric.miao@marvell.com>
7 * 8 *
8 * 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
@@ -385,6 +386,6 @@ static void __exit da9034_touch_exit(void)
385module_exit(da9034_touch_exit); 386module_exit(da9034_touch_exit);
386 387
387MODULE_DESCRIPTION("Touchscreen driver for Dialog Semiconductor DA9034"); 388MODULE_DESCRIPTION("Touchscreen driver for Dialog Semiconductor DA9034");
388MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>"); 389MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>, Bin Yang <bin.yang@marvell.com>");
389MODULE_LICENSE("GPL"); 390MODULE_LICENSE("GPL");
390MODULE_ALIAS("platform:da9034-touch"); 391MODULE_ALIAS("platform:da9034-touch");