>From c44f02c6d676a0fbde5b889a8214f4f7ed8dd04b Mon Sep 17 00:00:00 2001 From: Eric Miao <eric.miao@xxxxxxxxxxx> Date: Mon, 13 Apr 2009 11:56:29 +0800 Subject: [PATCH 3/3] input: add Bin Yang as co-author of da9034 touchscreen 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@xxxxxxxxxxx> Signed-off-by: Eric Miao <eric.miao@xxxxxxxxxxx> --- 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 37f5df2..7c83058 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 <fengwei.yin@xxxxxxxxxxx> + * Bin Yang <bin.yang@xxxxxxxxxxx> * Eric Miao <eric.miao@xxxxxxxxxxx> * * This program is free software; you can redistribute it and/or modify @@ -393,6 +394,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 <eric.miao@xxxxxxxxxxx>"); +MODULE_AUTHOR("Eric Miao <eric.miao@xxxxxxxxxxx>, Bin Yang <bin.yang@xxxxxxxxxxx>"); MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:da9034-touch"); -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html