diff options
| author | Vishnu Sankar <[email protected]> | 2025-01-10 14:14:09 +0000 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2025-01-10 15:04:39 +0000 |
| commit | 52e7d1f7c2fdd1592ab2cc48edd7ca583cabe93e (patch) | |
| tree | 3c46e6780c24f10db6342d122339669c4a3d21bf /net/unix/unix_bpf.c | |
| parent | HID: lenovo: Support for ThinkPad-X12-TAB-1/2 Kbd Fn keys (diff) | |
| download | kernel-52e7d1f7c2fdd1592ab2cc48edd7ca583cabe93e.tar.gz kernel-52e7d1f7c2fdd1592ab2cc48edd7ca583cabe93e.zip | |
HID: lenovo: Fix undefined platform_profile_cycle in ThinkPad X12 keyboard patch
The commit "HID: lenovo: Support for ThinkPad-X12-TAB-1/2 Kbd Fn keys"
introduced an issue where the CI failed with the following error:
ERROR: modpost: "platform_profile_cycle" [drivers/hid/hid-lenovo.ko] undefined!
This issue occurs because platform_profile_cycle is used without ensuring
the kernel is configured with CONFIG_ACPI_PLATFORM_PROFILE.
To address this, this patch adds conditional support for platform profile
management to the Fn+F8 key handling.
The functionality for platform_profile_cycle is now included only when
CONFIG_ACPI_PLATFORM_PROFILE is enabled in the kernel configuration.
This ensures compatibility with kernels that do not include the ACPI
platform profile feature, resolving the CI build issue.
Signed-off-by: Vishnu Sankar <[email protected]>
Signed-off-by: Vishnu Sankar <[email protected]>
Suggested-by: Benjamin Tissoires <[email protected]>
Suggested-by: Jiri Kosina <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
Diffstat (limited to 'net/unix/unix_bpf.c')
0 files changed, 0 insertions, 0 deletions
