diff options
author | Johan Heikkilä <johan.heikkila@gmail.com> | 2013-05-03 16:59:51 +0300 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-03 09:11:53 -0400 |
commit | b557cd94be18af48a2956685d58737a024298821 (patch) | |
tree | 3810f8083a1f516097d64cafcd2674c5d87e9df0 | |
parent | 8ea0e39f1f324f7264ed653cbb71d741e442472d (diff) |
keymap: Add support for Eject button on MSI GE60/GE70
-rw-r--r-- | rules/95-keymap.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/95-keymap.rules b/rules/95-keymap.rules index 73a8aca7ec..2f5c4a2476 100644 --- a/rules/95-keymap.rules +++ b/rules/95-keymap.rules @@ -144,6 +144,7 @@ ENV{DMI_VENDOR}=="MEDION*", ATTR{[dmi/id]product_name}=="*FID2060*", RUN+="keyma ENV{DMI_VENDOR}=="MEDIONNB", ATTR{[dmi/id]product_name}=="A555*", RUN+="keymap $name medionnb-a555" ENV{DMI_VENDOR}=="MICRO-STAR*|Micro-Star*", RUN+="keymap $name micro-star" +ENV{DMI_VENDOR}=="MICRO-STAR*|Micro-Star*", ATTR{[dmi/id]product_name}=="GE60*|GE70*", RUN+="keymap $name 0xC2 ejectcd" # some MSI models generate ACPI/input events on the LNXVIDEO input devices, # plus some extra synthesized ones on atkbd as an echo of actually changing the |