diff options
author | Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | 2011-06-29 03:13:26 -0400 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2011-06-29 03:26:02 -0400 |
commit | 7c40952295db64867a45938b860a217b622cc3ed (patch) | |
tree | c6249f5f0c43c180774a926da9258cc66e1a19fa /drivers/input | |
parent | 1638207910019368253fc4c4a930c49ce2e98432 (diff) |
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')
-rw-r--r-- | drivers/input/mouse/gpio_mouse.c | 2 | ||||
-rw-r--r-- | drivers/input/serio/at32psif.c | 2 | ||||
-rw-r--r-- | drivers/input/touchscreen/atmel-wm97xx.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/mouse/gpio_mouse.c b/drivers/input/mouse/gpio_mouse.c index 7b6ce178f1b6..58902fbb9896 100644 --- a/drivers/input/mouse/gpio_mouse.c +++ b/drivers/input/mouse/gpio_mouse.c | |||
@@ -191,7 +191,7 @@ static void __exit gpio_mouse_exit(void) | |||
191 | } | 191 | } |
192 | module_exit(gpio_mouse_exit); | 192 | module_exit(gpio_mouse_exit); |
193 | 193 | ||
194 | MODULE_AUTHOR("Hans-Christian Egtvedt <hcegtvedt@atmel.com>"); | 194 | MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>"); |
195 | MODULE_DESCRIPTION("GPIO mouse driver"); | 195 | MODULE_DESCRIPTION("GPIO mouse driver"); |
196 | MODULE_LICENSE("GPL"); | 196 | MODULE_LICENSE("GPL"); |
197 | MODULE_ALIAS("platform:gpio_mouse"); /* work with hotplug and coldplug */ | 197 | MODULE_ALIAS("platform:gpio_mouse"); /* work with hotplug and coldplug */ |
diff --git a/drivers/input/serio/at32psif.c b/drivers/input/serio/at32psif.c index 6ee8f0ddad51..95280f9207e1 100644 --- a/drivers/input/serio/at32psif.c +++ b/drivers/input/serio/at32psif.c | |||
@@ -372,6 +372,6 @@ static void __exit psif_exit(void) | |||
372 | module_init(psif_init); | 372 | module_init(psif_init); |
373 | module_exit(psif_exit); | 373 | module_exit(psif_exit); |
374 | 374 | ||
375 | MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>"); | 375 | MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>"); |
376 | MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver"); | 376 | MODULE_DESCRIPTION("Atmel AVR32 PSIF PS/2 driver"); |
377 | MODULE_LICENSE("GPL"); | 377 | MODULE_LICENSE("GPL"); |
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) | |||
442 | } | 442 | } |
443 | module_exit(atmel_wm97xx_exit); | 443 | module_exit(atmel_wm97xx_exit); |
444 | 444 | ||
445 | MODULE_AUTHOR("Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>"); | 445 | MODULE_AUTHOR("Hans-Christian Egtvedt <egtvedt@samfundet.no>"); |
446 | MODULE_DESCRIPTION("wm97xx continuous touch driver for Atmel AT91 and AVR32"); | 446 | MODULE_DESCRIPTION("wm97xx continuous touch driver for Atmel AT91 and AVR32"); |
447 | MODULE_LICENSE("GPL"); | 447 | MODULE_LICENSE("GPL"); |