Skip to content

Commit 58a54f2

Browse files
Wer-Wolfjwrdegoede
authored andcommitted
platform/x86: lg-laptop: Change ACPI device id
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 <[email protected]> Signed-off-by: Armin Wolf <[email protected]> Reviewed-by: Ilpo Järvinen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]>
1 parent 413c204 commit 58a54f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/x86/lg-laptop.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ static void acpi_remove(struct acpi_device *device)
768768
}
769769

770770
static const struct acpi_device_id device_ids[] = {
771-
{"LGEX0815", 0},
771+
{"LGEX0820", 0},
772772
{"", 0}
773773
};
774774
MODULE_DEVICE_TABLE(acpi, device_ids);

0 commit comments

Comments
 (0)