浏览代码

Input: update author email for gpio_mouse, at32psif, and atmel-wm97xx

This patch updates the email address of the gpio_mouse, at32psif, and
atmel-wm97xx drivers supported by me to an email account I will use on a more
regular basis in the future.

Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Hans-Christian Egtvedt 14 年之前
父节点
当前提交
7c40952295
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      drivers/input/mouse/gpio_mouse.c
  2. 1 1
      drivers/input/serio/at32psif.c
  3. 1 1
      drivers/input/touchscreen/atmel-wm97xx.c

+ 1 - 1
drivers/input/mouse/gpio_mouse.c

@@ -191,7 +191,7 @@ static void __exit gpio_mouse_exit(void)
 }
 }
 module_exit(gpio_mouse_exit);
 module_exit(gpio_mouse_exit);
 
 
-MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");
 MODULE_DESCRIPTION("GPIO mouse driver");
 MODULE_DESCRIPTION("GPIO mouse driver");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:gpio_mouse"); /* work with hotplug and coldplug */
 MODULE_ALIAS("platform:gpio_mouse"); /* work with hotplug and coldplug */

+ 1 - 1
drivers/input/serio/at32psif.c

@@ -372,6 +372,6 @@ static void __exit psif_exit(void)
 module_init(psif_init);
 module_init(psif_init);
 module_exit(psif_exit);
 module_exit(psif_exit);
 
 
-MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");
 MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver");
 MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");

+ 1 - 1
drivers/input/touchscreen/atmel-wm97xx.c

@@ -442,6 +442,6 @@ static void __exit atmel_wm97xx_exit(void)
 }
 }
 module_exit(atmel_wm97xx_exit);
 module_exit(atmel_wm97xx_exit);
 
 
-MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>");
+MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>");
 MODULE_DESCRIPTION("wm97xx continuous touch driver for Atmel AT91 and AVR32");
 MODULE_DESCRIPTION("wm97xx continuous touch driver for Atmel AT91 and AVR32");
 MODULE_LICENSE("GPL");
 MODULE_LICENSE("GPL");