diff options
author | Jerone Young <jerone.young@canonical.com> | 2010-05-30 11:39:28 -0500 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2010-05-30 21:37:58 +0200 |
commit | a07c29ca194e3cb1cb4296f76a06d92a97a117f1 (patch) | |
tree | c784e65bc823d860180c7031410a3cf9209d0d78 /extras/keymap | |
parent | d43099830bca103cb016dc6446ffb2074573fcf8 (diff) |
Fix wlan key on Inspiron 910
This fixes the wlan key on Inspiron 910.
Signed-off-by: Jerone Young <jerone.young@canonical.com>
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
Diffstat (limited to 'extras/keymap')
-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 c321fbbef4..79490daae6 100644 --- a/extras/keymap/95-keymap.rules +++ b/extras/keymap/95-keymap.rules @@ -53,7 +53,7 @@ GOTO="keyboard_end" LABEL="keyboard_vendorcheck" ENV{DMI_VENDOR}=="Dell*", RUN+="keymap $name dell" -ENV{DMI_VENDOR}=="Dell*", ATTR{[dmi/id]product_name}=="Inspiron 1011|Inspiron 1210", RUN+="keymap $name 0x84 wlan" +ENV{DMI_VENDOR}=="Dell*", ATTR{[dmi/id]product_name}=="Inspiron 910|Inspiron 1011|Inspiron 1210", RUN+="keymap $name 0x84 wlan" ENV{DMI_VENDOR}=="Compaq*", ATTR{[dmi/id]product_name}=="*E500*|*Evo N*", RUN+="keymap $name compaq-e_evo" |