From 5ed0ea29287621fb3c51b7917c34c7b8ac280eba Mon Sep 17 00:00:00 2001 From: "Perry.Yuan" Date: Wed, 28 Apr 2021 18:37:39 +0800 Subject: [PATCH] hwdb: 60-keyboard:: Update Dell Privacy Local Mic Mute Hotkey (#19261) This patch fix scancode 0x120001 mapping to key code F20 micmute The previous scancode is not correct, it will cause the micmute hotkey no function when testing the mic mute --- hwdb.d/60-keyboard.hwdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index 4f403387b87..9b63f936746 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -384,7 +384,7 @@ evdev:name:Dell WMI hotkeys:dmi:bvn*:bvr*:bd*:svnDell*:pnPrecision*:* # Dell Latitude privacy microphone mute evdev:name:Dell Privacy Driver:dmi:bvn*:bvr*:bd*:svnDell*:pnLatitude*:* - KEYBOARD_KEY_12001=f20 # Mic mute toggle, should be micmute + KEYBOARD_KEY_120001=f20 # Mic mute toggle, should be micmute ########################################################### # Everex -- 2.47.3