diff options
| author | Armin Wolf <W_Armin@gmx.de> | 2024-06-07 01:35:39 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-07-25 09:49:16 +0200 |
| commit | fd50e8d0da051dbccfa8c56498799c28b075ebdd (patch) | |
| tree | fc50696ac1d62d792a605a9ae6d8d6de8e6d684c /drivers | |
| parent | a2f62f8e45295bee6600a286d916951a30a22045 (diff) | |
| download | linux-fd50e8d0da051dbccfa8c56498799c28b075ebdd.tar.gz linux-fd50e8d0da051dbccfa8c56498799c28b075ebdd.tar.bz2 linux-fd50e8d0da051dbccfa8c56498799c28b075ebdd.zip | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/platform/x86/lg-laptop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/lg-laptop.c b/drivers/platform/x86/lg-laptop.c index aa063c3c935b..40051b043c42 100644 --- a/drivers/platform/x86/lg-laptop.c +++ b/drivers/platform/x86/lg-laptop.c @@ -770,7 +770,7 @@ static int acpi_remove(struct acpi_device *device) } static const struct acpi_device_id device_ids[] = { - {"LGEX0815", 0}, + {"LGEX0820", 0}, {"", 0} }; MODULE_DEVICE_TABLE(acpi, device_ids); |
