From: Perry Yuan Date: Mon, 8 Mar 2021 02:50:49 +0000 (-0500) Subject: hwdb: 60-keyboard:: Update Dell Privacy Micmute Hotkey Map X-Git-Tag: v248-rc3~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e04eb0d5fc07617d5e37df991eac11d5812c92e;p=thirdparty%2Fsystemd.git hwdb: 60-keyboard:: Update Dell Privacy Micmute Hotkey Map Dell new Privacy feature provide new hardware level privacy protect for users This patch remaps scancode 0x120001 to key code F20 micmute The old matching string cannot cover some other Dell products which have the privacy feature,expand the string to all the system that can load the privacy driver,privacy driver already detect the system if it can support this feature. So here we can safely just map the micmute key to scancode 0x120001 Signed-off-by: Perry Yuan --- diff --git a/hwdb.d/60-keyboard.hwdb b/hwdb.d/60-keyboard.hwdb index fc76be100d8..5485f892bb5 100644 --- a/hwdb.d/60-keyboard.hwdb +++ b/hwdb.d/60-keyboard.hwdb @@ -383,7 +383,7 @@ evdev:name:Dell WMI hotkeys:dmi:bvn*:bvr*:bd*:svnDell*:pnPrecision*:* KEYBOARD_KEY_100150=f20 # Mic mute toggle, should be micmute # Dell Latitude privacy microphone mute -evdev:name:Dell Privacy Driver:dmi:bvn*:bvr*:bd*:svnDell*:pnLatitude*:sku0A3E:* +evdev:name:Dell Privacy Driver:dmi:bvn*:bvr*:bd*:svnDell*:pnLatitude*:* KEYBOARD_KEY_12001=f20 # Mic mute toggle, should be micmute ###########################################################