mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-14 18:45:41 +00:00
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
-----BEGIN PGP SIGNATURE-----
iHUEABYIAB0WIQSCSUwRdwTNL2MhaBlZrE9hU+XOMQUCaQso/QAKCRBZrE9hU+XO
Me2tAQCoij2NER2aThaFPzTjBfvIKF4DbpsSo9V0I2r+gR6xzAD/UWmliCDGQ0dV
NS28/L982I716VK2Mv5SvdG9BKxAlwM=
=Nnez
-----END PGP SIGNATURE-----
Merge tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fixes from Ilpo Järvinen:
"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"
* tag 'platform-drivers-x86-v6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
platform: x86: Kconfig: fix minor typo in help for WIRELESS_HOTKEY
platform/x86: dell-wmi-base: Handle electronic privacy screen on/off events
Input: Add keycodes for electronic privacy screen on/off hotkeys
MAINTAINERS: Update int3472 maintainers
platform/x86: int3472: Fix double free of GPIO device during unregister