diff options
author | Guillaume Douézan-Grard <gdouezangrard@gmail.com> | 2018-02-21 18:00:54 +0100 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-02-23 17:43:41 +0100 |
commit | 7a580200d69fa19809335f950c08e77528b7abe2 (patch) | |
tree | 00a4c98ad5534ca9e88d0dcda72ba564872fa3ed /drivers/platform/x86/topstar-laptop.c | |
parent | platform/x86: topstar-laptop: add Topstar U931/RVP7 WLAN LED workaround (diff) | |
download | linux-7a580200d69fa19809335f950c08e77528b7abe2.tar.xz linux-7a580200d69fa19809335f950c08e77528b7abe2.zip |
platform/x86: topstar-laptop: update copyright and fix some comments
Add myself as an author of the driver.
Signed-off-by: Guillaume Douézan-Grard <gdouezangrard@gmail.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/topstar-laptop.c')
-rw-r--r-- | drivers/platform/x86/topstar-laptop.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/platform/x86/topstar-laptop.c b/drivers/platform/x86/topstar-laptop.c index 30a6c5cbc58f..294729c98267 100644 --- a/drivers/platform/x86/topstar-laptop.c +++ b/drivers/platform/x86/topstar-laptop.c @@ -2,9 +2,10 @@ * Topstar Laptop ACPI Extras driver * * Copyright (c) 2009 Herton Ronaldo Krzesinski <herton@mandriva.com.br> + * Copyright (c) 2018 Guillaume Douézan-Grard * * Implementation inspired by existing x86 platform drivers, in special - * asus/eepc/fujitsu-laptop, thanks to their authors + * asus/eepc/fujitsu-laptop, thanks to their authors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -397,5 +398,6 @@ module_init(topstar_laptop_init); module_exit(topstar_laptop_exit); MODULE_AUTHOR("Herton Ronaldo Krzesinski"); +MODULE_AUTHOR("Guillaume Douézan-Grard"); MODULE_DESCRIPTION("Topstar Laptop ACPI Extras driver"); MODULE_LICENSE("GPL"); |