summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
diff options
context:
space:
mode:
authorHans-Christian Egtvedt2011-06-29 09:13:26 +0200
committerDmitry Torokhov2011-06-29 09:26:02 +0200
commit7c40952295db64867a45938b860a217b622cc3ed (patch)
treec6249f5f0c43c180774a926da9258cc66e1a19fa /drivers/input/touchscreen
parentInput: gpio_keys - fix a memory leak (diff)
downloadkernel-qcow2-linux-7c40952295db64867a45938b860a217b622cc3ed.tar.gz
kernel-qcow2-linux-7c40952295db64867a45938b860a217b622cc3ed.tar.xz
kernel-qcow2-linux-7c40952295db64867a45938b860a217b622cc3ed.zip
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>
Diffstat (limited to 'drivers/input/touchscreen')
-rw-r--r--drivers/input/touchscreen/atmel-wm97xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/touchscreen/atmel-wm97xx.c b/drivers/input/touchscreen/atmel-wm97xx.c
index fa8e56bd9094..c804189ccc3b 100644
--- a/drivers/input/touchscreen/atmel-wm97xx.c
+++ b/drivers/input/touchscreen/atmel-wm97xx.c
@@ -442,6 +442,6 @@ static void __exit atmel_wm97xx_exit(void)
}
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_LICENSE("GPL");