Public bug reported:

Binary package hint: udev

On my Dell mini 10 (Inspiron 1010), the wlan key send the "NextSong"
keycode, which is inconvenient. The fix is easy, it the same as for the
Inspiron 1011! Here is the patch:


--- rules.d/95-keymap.rules.bak 2010-05-04 21:24:02.267283113 +0200
+++ rules.d/95-keymap.rules     2010-05-04 21:24:19.983516431 +0200
@@ -53,6 +53,7 @@
 LABEL="keyboard_vendorcheck"
 
 ENV{DMI_VENDOR}=="Dell*", RUN+="keymap $name dell"
+ENV{DMI_VENDOR}=="Dell*", ATTR{[dmi/id]product_name}=="Inspiron 1010", 
RUN+="keymap $name 0x84 wlan"
 ENV{DMI_VENDOR}=="Dell*", ATTR{[dmi/id]product_name}=="Inspiron 1011", 
RUN+="keymap $name 0x84 wlan"
 
 ENV{DMI_VENDOR}=="Compaq*", ATTR{[dmi/id]product_name}=="*E500*|*Evo N*", 
RUN+="keymap $name compaq-e_evo"

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
udev keymap fix for Dell Inspiron 1010
https://bugs.launchpad.net/bugs/575399
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to