Hi, On 5/14/21 8:00 PM, Shyam Sundar S K wrote: > 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@xxxxxxx> Thank you for your patch, I've applied this patch to my review-hans branch: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans I will also include this in the next pdx86-fixes pull-req for 5.13. Note it will show up in my review-hans branch once I've pushed my local branch there, which might take a while. Once I've run some tests on this branch the patches there will be added to the platform-drivers-x86/for-next branch and eventually will be included in the pdx86 pull-request to Linus for the next merge-window. Regards, Hans > --- > drivers/platform/x86/hp-wireless.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/platform/x86/hp-wireless.c b/drivers/platform/x86/hp-wireless.c > index 12c31fd5d5ae..0753ef18e721 100644 > --- 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}, > }; > >