[GIT PULL] platform-drivers-x86 for v6.18-3

From: Ilpo Järvinen

Date: Wed Nov 05 2025 - 05:44:38 EST


Hi Linus,

Here is a platform-drivers-x86 fixes PR for v6.18.

Fixes and New Hotkey Support

- input + dell-wmi-base: Electronic privacy screen on/off hotkey support

- int3472: Fix unregister double free

- wireless-hotkey: Fix Kconfig typo

Regards, i.


The following changes since commit 34cbd6e07fddf36e186c8bf26a456fb7f50af44e:

platform/x86: alienware-wmi-wmax: Add AWCC support to Dell G15 5530 (2025-10-15 11:22:35 +0300)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.18-3

for you to fetch changes up to bd34bf518a5ffeb8eb7c8b9907ba97b606166f7b:

platform: x86: Kconfig: fix minor typo in help for WIRELESS_HOTKEY (2025-10-28 20:13:21 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.18-3

Fixes and New Hotkey Support

- input + dell-wmi-base: Electronic privacy screen on/off hotkey support

- int3472: Fix unregister double free

- wireless-hotkey: Fix Kconfig typo

The following is an automated shortlog grouped by driver:

dell-wmi-base:
- Handle electronic privacy screen on/off events

Input:
- Add keycodes for electronic privacy screen on/off hotkeys

int3472:
- Fix double free of GPIO device during unregister

MAINTAINERS:
- Update int3472 maintainers

x86: Kconfig:
- fix minor typo in help for WIRELESS_HOTKEY

----------------------------------------------------------------
Hans de Goede (2):
Input: Add keycodes for electronic privacy screen on/off hotkeys
platform/x86: dell-wmi-base: Handle electronic privacy screen on/off events

Lazar Aleksic (1):
platform: x86: Kconfig: fix minor typo in help for WIRELESS_HOTKEY

Qiu Wenbo (1):
platform/x86: int3472: Fix double free of GPIO device during unregister

Sakari Ailus (1):
MAINTAINERS: Update int3472 maintainers

MAINTAINERS | 3 ++-
drivers/platform/x86/Kconfig | 2 +-
drivers/platform/x86/dell/dell-wmi-base.c | 12 ++++++++++++
drivers/platform/x86/intel/int3472/clk_and_regulator.c | 5 +----
include/linux/platform_data/x86/int3472.h | 1 -
include/uapi/linux/input-event-codes.h | 12 ++++++++++++
6 files changed, 28 insertions(+), 7 deletions(-)