]> git.apps.os.sepia.ceph.com Git - ceph-client.git/commit
platform/x86: acer-wmi: Stop using ACPI bitmap for platform profile choices
authorArmin Wolf <W_Armin@gmx.de>
Tue, 26 Aug 2025 20:40:07 +0000 (22:40 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Thu, 28 Aug 2025 15:49:31 +0000 (18:49 +0300)
commitb0908e03fdd488a5ffd5b80d86dcfc77207464e7
tree1d303e351828f89cb78e9d5605df7801cf0d75c1
parent23408874e90ee299ab731bc0e0a9b3339dfc3c6e
platform/x86: acer-wmi: Stop using ACPI bitmap for platform profile choices

It turns out that the platform firmware on some models does not return
valid data when reading the bitmap of supported platform profiles.
This prevents the driver from loading on said models, even when the
platform profile interface itself works.

Fix this by stop using said bitmap until we have figured out how
the OEM software itself detects available platform profiles.

Tested-by: Lynne Megido <lynne@bune.city>
Reported-by: Lynne Megido <lynne@bune.city>
Closes: https://lore.kernel.org/platform-driver-x86/3f56e68f-85df-4c0a-982c-43f9d635be38@bune.city/
Fixes: 191e21f1a4c3 ("platform/x86: acer-wmi: use an ACPI bitmap to set the platform profile choices")
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://lore.kernel.org/r/20250826204007.5088-1-W_Armin@gmx.de
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/acer-wmi.c