diff options
-rw-r--r-- | MAINTAINERS | 8 | ||||
-rw-r--r-- | drivers/platform/x86/eeepc-wmi.c | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index bcb78306b62f..9a7817591876 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -2271,6 +2271,14 @@ W: http://acpi4asus.sf.net | |||
2271 | S: Maintained | 2271 | S: Maintained |
2272 | F: drivers/platform/x86/eeepc-laptop.c | 2272 | F: drivers/platform/x86/eeepc-laptop.c |
2273 | 2273 | ||
2274 | EEEPC WMI EXTRAS DRIVER | ||
2275 | M: Corentin Chary <corentincj@iksaif.net> | ||
2276 | L: acpi4asus-user@lists.sourceforge.net | ||
2277 | L: platform-driver-x86@vger.kernel.org | ||
2278 | W: http://acpi4asus.sf.net | ||
2279 | S: Maintained | ||
2280 | F: drivers/platform/x86/eeepc-wmi.c | ||
2281 | |||
2274 | EFIFB FRAMEBUFFER DRIVER | 2282 | EFIFB FRAMEBUFFER DRIVER |
2275 | L: linux-fbdev@vger.kernel.org | 2283 | L: linux-fbdev@vger.kernel.org |
2276 | M: Peter Jones <pjones@redhat.com> | 2284 | M: Peter Jones <pjones@redhat.com> |
diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c index 78306bea01f7..5f3f42c8a989 100644 --- a/drivers/platform/x86/eeepc-wmi.c +++ b/drivers/platform/x86/eeepc-wmi.c | |||
@@ -2,6 +2,7 @@ | |||
2 | * Eee PC WMI hotkey driver | 2 | * Eee PC WMI hotkey driver |
3 | * | 3 | * |
4 | * Copyright(C) 2010 Intel Corporation. | 4 | * Copyright(C) 2010 Intel Corporation. |
5 | * Copyright(C) 2010 Corentin Chary <corentin.chary@gmail.com> | ||
5 | * | 6 | * |
6 | * Portions based on wistron_btns.c: | 7 | * Portions based on wistron_btns.c: |
7 | * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz> | 8 | * Copyright (C) 2005 Miloslav Trmac <mitr@volny.cz> |