diff options
author | Sandy <bwrsandman@gmail.com> | 2018-06-22 21:14:46 -0700 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-06-25 09:53:43 +0200 |
commit | e05c8b44622afe4256f3bb361cfb2c7db32fff8e (patch) | |
tree | c7122d89a436631f6c6378e527d0279bf875c34f /hwdb | |
parent | Add resolution of Trust Flex Graphics Tablet to hwdb (diff) | |
download | systemd-e05c8b44622afe4256f3bb361cfb2c7db32fff8e.tar.gz systemd-e05c8b44622afe4256f3bb361cfb2c7db32fff8e.tar.bz2 systemd-e05c8b44622afe4256f3bb361cfb2c7db32fff8e.zip |
hwdb: Fix secondary backslash on MSI GS65 laptop
The MSI GS65 Stealth Thin series laptop contains an extra physical backslash key next to the spacebar which does not yield the correct keycode.
This pull request fixes the issue
Diffstat (limited to 'hwdb')
-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 ae3ec3ca1..37b92b109 100644 --- a/hwdb/60-keyboard.hwdb +++ b/hwdb/60-keyboard.hwdb @@ -944,6 +944,10 @@ evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-Star*:pn*PR200*:pvr* evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMICRO-STAR*:pnU90/U100:* KEYBOARD_KEY_e4=reserved +# MSI GS65 Stealth Thin has a physical backslash key next to the space bar +evdev:atkbd:dmi:bvn*:bvr*:bd*:svnMicro-Star*:pnGS65StealthThin*:pvr* + KEYBOARD_KEY_56=backslash + ########################################################### # MSI ########################################################### |