[PATCH 0/3] Trivial fixes for recent HID playstation changes
From: Cristian Ciocaltea <hidden>
Date: 2025-09-22 21:30:58
Also in:
lkml
From: Cristian Ciocaltea <hidden>
Date: 2025-09-22 21:30:58
Also in:
lkml
This patchset aims to address a few trivial issues reported on the recently queued series [1] which added support for audio jack handling on DualSense PS5. [1] https://lore.kernel.org/all/20250625-dualsense-hid-jack-v2-0-596c0db14128@collabora.com/ (local) Signed-off-by: Cristian Ciocaltea <redacted> --- Cristian Ciocaltea (3): HID: playstation: Update SP preamp gain comment line HID: playstation: Silence sparse warnings for locking context imbalances HID: playstation: Switch to scoped_guard() in {dualsense|dualshock4}_output_worker() drivers/hid/hid-playstation.c | 270 +++++++++++++++++++++--------------------- 1 file changed, 137 insertions(+), 133 deletions(-) --- base-commit: bf2602a3cb2381fb1a04bf1c39a290518d2538d1 change-id: 20250923-ps5-hid-fixes-07207d5498d4