diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2009-08-26 22:39:32 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2009-08-26 22:39:32 +0200 |
commit | bc19bff974024066451a2486e155aa89fd09ab9f (patch) | |
tree | ab050be1cbe6bfd4e2ad0dee2b2b435f3523ceb8 | |
parent | 66bf63c05cdc4e9b09818aa5fab0b9d319a1c91c (diff) |
Revert "extras/keymap: Fix case matching for Micro-Star"
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.
-rw-r--r-- | extras/keymap/95-keymap.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules index 801e6a0b31..10a88b0917 100644 --- a/extras/keymap/95-keymap.rules +++ b/extras/keymap/95-keymap.rules @@ -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" |