From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerone Young Date: Fri, 28 May 2010 20:30:19 +0000 Subject: [PATCH] Fix wlan key on Inspirion 1210 Message-Id: <1275078619.1654.108.camel@laptop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org This fixed wlan key on Inspirion 1210 machines. Signed-off-by: Jerone Young diff --git a/extras/keymap/95-keymap.rules b/extras/keymap/95-keymap.rules index 8c00ba1..c321fbb 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", RUN+="keymap $name 0x84 wlan" +ENV{DMI_VENDOR}="Dell*", ATTR{[dmi/id]product_name}="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"