[SRU] [B/C/D/Unstable] [PATCH 0/1] Silent "Unknown key" message when pressing keyboard backlight hotkey

Kai-Heng Feng kai.heng.feng at canonical.com
Thu Feb 21 13:38:37 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1817063

[Impact]
Kernel message shows this once keyboard backlight hotkey gets pressed:
[ 3285.474172] dell_wmi: Unknown key with type 0x0010 and code 0x003f pressed 
It's for notification purpose, doesn't have any function.

[Fix]
Use KE_IGNORE for this type of event, so the keymap won't parse it.

[Test]
Once the patch is applied, the annoyance goes away.

[Regression Potential]
Low. This patch silence the useless message, no functional change.

Kai-Heng Feng (1):
  platform/x86: dell-wmi: Ignore new keyboard backlight change event

 drivers/platform/x86/dell-wmi.c | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.17.1




More information about the kernel-team mailing list