projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b68e182
)
platform/x86: hp-wireless: add AMD's hardware id to the supported list
author
Shyam Sundar S K
<Shyam-sundar.S-k@amd.com>
Fri, 14 May 2021 18:00:47 +0000
(23:30 +0530)
committer
Hans de Goede
<hdegoede@redhat.com>
Wed, 19 May 2021 13:59:47 +0000
(15:59 +0200)
Newer AMD based laptops uses AMDI0051 as the hardware id to support the
airplane mode button. Adding this to the supported list.
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link:
https://lore.kernel.org/r/20210514180047.1697543-1-Shyam-sundar.S-k@amd.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/hp-wireless.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/hp-wireless.c
b/drivers/platform/x86/hp-wireless.c
index 12c31fd5d5ae25e25416a5ba1ca587f377c3100c..0753ef18e7211c6274f2bb41e2390a5ad3df99b5 100644
(file)
--- a/
drivers/platform/x86/hp-wireless.c
+++ b/
drivers/platform/x86/hp-wireless.c
@@
-17,12
+17,14
@@
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Alex Hung");
MODULE_ALIAS("acpi*:HPQ6001:*");
MODULE_ALIAS("acpi*:WSTADEF:*");
+MODULE_ALIAS("acpi*:AMDI0051:*");
static struct input_dev *hpwl_input_dev;
static const struct acpi_device_id hpwl_ids[] = {
{"HPQ6001", 0},
{"WSTADEF", 0},
+ {"AMDI0051", 0},
{"", 0},
};