chiark / gitweb /
Revert "extras/keymap: Fix case matching for Micro-Star"
authorMartin Pitt <martin.pitt@ubuntu.com>
Wed, 26 Aug 2009 20:39:32 +0000 (22:39 +0200)
committerMartin Pitt <martin.pitt@ubuntu.com>
Wed, 26 Aug 2009 20:39:32 +0000 (22:39 +0200)
This reverts commit 66bf63c05cdc4e9b09818aa5fab0b9d319a1c91c.

Further debugging in https://launchpad.net/bugs/178860 showed that for some
weird reason the correct key codes already come out of the "Video Bus" input
device, and the previous commit would cause them to appear a second time
through the standard keyboard device.

This is a kernel bug in the end, but let's not break working things
prematurely.

extras/keymap/95-keymap.rules

index 801e6a0b31c36a6aa39d00c9cf091ab1f2649309..10a88b09173052e0bf67a611eb5c1405d5301d4a 100644 (file)
@@ -69,7 +69,7 @@ ENV{DMI_VENDOR}=="FUJITSU*", ATTR{[dmi/id]product_name}=="AMILO*M*", RUN+="keyma
 ENV{DMI_VENDOR}=="MEDION*", ATTR{[dmi/id]product_name}=="*FID2060*", RUN+="keymap $name medion-fid2060"
 ENV{DMI_VENDOR}=="MEDIONNB", ATTR{[dmi/id]product_name}=="A555*", RUN+="keymap $name medionnb-a555"
 
-ENV{DMI_VENDOR}=="M[iI][cC][rR][oO]-S[tT][aA][rR]*", RUN+="keymap $name micro-star"
+ENV{DMI_VENDOR}=="MICRO-STAR*", RUN+="keymap $name micro-star"
 
 ENV{DMI_VENDOR}=="INVENTEC", ATTR{[dmi/id]product_name}=="SYMPHONY 6.0/7.0", RUN+="keymap $name inventec-symphony_6.0_7.0"