diff options
author | João Paulo Rechi Vita <jprvita@endlessm.com> | 2017-04-04 10:48:06 -0400 |
---|---|---|
committer | João Paulo Rechi Vita <jprvita@endlessm.com> | 2017-04-12 09:02:34 -0400 |
commit | ceb2619f486fd074f74542105549abd7ab08ac01 (patch) | |
tree | 7e0ba9a131dd777b940ef742c47a5e5eb95e5a10 | |
parent | b8e485faf1b75aeea53fb38ec5c0a157a257e719 (diff) |
hwdb: Map 0x8a to F20 on the Acer Travelmate P648-G2-MG
This model emits 0x9a for the microphone mute button above the keyboard,
so let's map it to correct keycode.
-rw-r--r-- | hwdb/60-keyboard.hwdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb index 795e15ddaa..79a5194cc4 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -157,6 +157,10 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnTravelMate*C3[01]0*:pvr* KEYBOARD_KEY_6b=fn KEYBOARD_KEY_6c=screenlock # FIXME: lock tablet device/buttons +# Travelmate P648-G2-MG +evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pnTravelMate*P648-G2-MG*:pvr* + KEYBOARD_KEY_8a=f20 # Microphone mute button; should be micmute + # on some models this isn't brightnessup evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pn*5210*:pvr* evdev:atkbd:dmi:bvn*:bvr*:bd*:svnAcer*:pn*5220*:pvr* |