platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk
authorAntheas Kapenekakis <lkml@antheas.dev>
Fri, 8 Aug 2025 15:47:09 +0000 (17:47 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 25 Aug 2025 11:13:52 +0000 (14:13 +0300)
commitcf3940ac737d05c85395f343fe33a3cfcadb47db
tree418f21637feceb08a3e0dc2f574205b989c914e2
parentd3a8ca2ebe6e3f2b1fb0e8e74f909d109a1d77c7
platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk

Currently, the ignore_key_wlan quirk applies to keycodes 0x5D, 0x5E, and
0x5F. However, the relevant code for the Asus Zenbook Duo is only 0x5F.
Since this code is emitted by other Asus devices, such as from the Z13
for its ROG button, remove the extra codes before expanding the quirk.

For the Duo devices, which are the only ones that use this quirk, there
should be no effect.

Fixes: 9286dfd5735b ("platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA")
Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
Link: https://lore.kernel.org/r/20250808154710.8981-1-lkml@antheas.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/asus-nb-wmi.c