diff options
author | Eric Miao <[email protected]> | 2009-04-14 10:38:35 -0700 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2009-04-15 08:58:21 -0700 |
commit | 93ff27c66de5c9eb0ead1e6f979afa97cbcf1e9d (patch) | |
tree | ab0b6de208930599167cc25efe7548249f96a72e | |
parent | e04126c79242d2740b469292d42c239bad7807cc (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 <[email protected]>
Signed-off-by: Eric Miao <[email protected]>
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | drivers/input/touchscreen/da9034-ts.c | 3 |
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 @@ * * Copyright (C) 2006-2008 Marvell International Ltd. * Fengwei Yin <[email protected]> + * Bin Yang <[email protected]> * Eric Miao <[email protected]> * * This program is free software; you can redistribute it and/or modify @@ -385,6 +386,6 @@ static void __exit da9034_touch_exit(void) module_exit(da9034_touch_exit); MODULE_DESCRIPTION("Touchscreen driver for Dialog Semiconductor DA9034"); -MODULE_AUTHOR("Eric Miao <[email protected]>"); +MODULE_AUTHOR("Eric Miao <[email protected]>, Bin Yang <[email protected]>"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:da9034-touch"); |