瀏覽代碼

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>
Eric Miao 16 年之前
父節點
當前提交
93ff27c66d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      drivers/input/touchscreen/da9034-ts.c

+ 2 - 1
drivers/input/touchscreen/da9034-ts.c

@@ -3,6 +3,7 @@
  *
  *
  * Copyright (C) 2006-2008 Marvell International Ltd.
  * Copyright (C) 2006-2008 Marvell International Ltd.
  *	Fengwei Yin <fengwei.yin@marvell.com>
  *	Fengwei Yin <fengwei.yin@marvell.com>
+ *	Bin Yang  <bin.yang@marvell.com>
  *	Eric Miao <eric.miao@marvell.com>
  *	Eric Miao <eric.miao@marvell.com>
  *
  *
  * This program is free software; you can redistribute it and/or modify
  * 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_exit(da9034_touch_exit);
 
 
 MODULE_DESCRIPTION("Touchscreen driver for Dialog Semiconductor DA9034");
 MODULE_DESCRIPTION("Touchscreen driver for Dialog Semiconductor DA9034");
-MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>");
+MODULE_AUTHOR("Eric Miao <eric.miao@marvell.com>, Bin Yang <bin.yang@marvell.com>");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:da9034-touch");
 MODULE_ALIAS("platform:da9034-touch");