diff options
author | Armin Wolf <[email protected]> | 2023-10-08 01:39:28 +0200 |
---|---|---|
committer | Hans de Goede <[email protected]> | 2023-10-11 11:23:39 +0200 |
commit | 51064b7acf665bfa2c929d7cafb7ad494b7d2783 (patch) | |
tree | f6adc5d65bd3bc41bd57919565c813bca00e9479 | |
parent | 6284e67aa6cb3af870ed11dfcfafd80fd927777b (diff) |
platform/x86: wmi: Update MAINTAINERS entry
Since 2011, the WMI subsystem is marked as orphaned,
which means that a important part of platform support
for modern notebooks and even desktops is receiving
not enough maintenance.
So i decided to take over the maintenance of the WMI
subsystem.
Signed-off-by: Armin Wolf <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Hans de Goede <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index dbf1668dcd84..b38fcbaa24f9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -378,8 +378,9 @@ F: drivers/acpi/viot.c F: include/linux/acpi_viot.h ACPI WMI DRIVER +M: Armin Wolf <[email protected]> -S: Orphan +S: Maintained F: Documentation/driver-api/wmi.rst F: Documentation/wmi/ F: drivers/platform/x86/wmi.c |