]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
hwdb: 60-keyboard:: Update Dell Privacy Micmute Hotkey Map
authorPerry Yuan <perry_yuan@dell.com>
Mon, 8 Mar 2021 02:50:49 +0000 (21:50 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 Mar 2021 09:10:32 +0000 (10:10 +0100)
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 <perry_yuan@dell.com>
hwdb.d/60-keyboard.hwdb

index fc76be100d8e9780a9b77b008513768f993929a7..5485f892bb56cb4504b1e5213f7a0bbb4b014bd5 100644 (file)
@@ -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
 
 ###########################################################