]> git.hungrycats.org Git - linux/commit
platform/x86: lg-laptop: Change ACPI device id
authorArmin Wolf <W_Armin@gmx.de>
Thu, 6 Jun 2024 23:35:39 +0000 (01:35 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2024 07:53:35 +0000 (09:53 +0200)
commit265c62d6a3550e1cd673697cbb3810bad7b8114c
treeebd777101f1f914638317ba13439c18c710407c7
parent3ca8188a2f283e535ee410c0dd590fadd097b64b
platform/x86: lg-laptop: Change ACPI device id

[ Upstream commit 58a54f27a0dac81f7fd3514be01012635219a53c ]

The LGEX0815 ACPI device id is used for handling hotkey events, but
this functionality is already handled by the wireless-hotkey driver.

The LGEX0820 ACPI device id however is used to manage various
platform features using the WMAB/WMBB ACPI methods. Use this ACPI
device id to avoid blocking the wireless-hotkey driver from probing.

Tested-by: Agathe Boutmy <agathe@boutmy.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20240606233540.9774-4-W_Armin@gmx.de
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/platform/x86/lg-laptop.c