]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: uniwill-laptop: Fix behavior of "force" module param
authorArmin Wolf <W_Armin@gmx.de>
Tue, 12 May 2026 23:21:40 +0000 (01:21 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 19 May 2026 13:52:47 +0000 (16:52 +0300)
commitfb4b67c44557cb4cbb15900083d4e1af22320339
tree02c4de9182da43f62ab1d51cd931cb5762ba8667
parentc16a4823cc60a32b891f7a148bb30c0f51d12cf4
platform/x86: uniwill-laptop: Fix behavior of "force" module param

Users might want to force-enable all possible features even on
machines with a valid device descriptor. Until now the "force"
module param was ignored on such machines. Fix this to make
it easier to test for support of new features.

Fixes: d050479693bb ("platform/x86: Add Uniwill laptop driver")
Reviewed-by: Werner Sembach <wse@tuxedocomputers.com>
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Armin Wolf <W_Armin@gmx.de>
Link: https://patch.msgid.link/20260512232145.329260-4-W_Armin@gmx.de
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/uniwill/uniwill-acpi.c