All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add new DMI_VENDOR for MSI notebook in 95-keymap.rules
@ 2010-09-25  8:50 Lee, Chun-Yi
  2010-09-25  9:36 ` Martin Pitt
  2010-09-25 13:37 ` [PATCH] Add new DMI_VENDOR for MSI notebook in Joey Lee
  0 siblings, 2 replies; 3+ messages in thread
From: Lee, Chun-Yi @ 2010-09-25  8:50 UTC (permalink / raw)
  To: linux-hotplug

Add new DMI_VENDOR "Micro-Star International" in 95-keymap.rules,
for enable the hotkey mapping.

Signed-off-by: Lee, Chun-Yi <jlee@novell.com>
---
 extras/keymap/95-keymap.rules |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules
index 9bc3cb6..eda006e 100644
--- a/extras/keymap/95-keymap.rules
+++ b/extras/keymap/95-keymap.rules
@@ -109,6 +109,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*", RUN+="keymap $name micro-star"
+ENV{DMI_VENDOR}="Micro-Star International", RUN+="keymap $name micro-star"
 
 # 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
-- 
1.6.0.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-25 13:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25  8:50 [PATCH] Add new DMI_VENDOR for MSI notebook in 95-keymap.rules Lee, Chun-Yi
2010-09-25  9:36 ` Martin Pitt
2010-09-25 13:37 ` [PATCH] Add new DMI_VENDOR for MSI notebook in Joey Lee

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.