udev keymap fix for Dell Inspiron 1010

Bug #575399 reported by Éric Piel
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
udev (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

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"

Revision history for this message
Martin Pitt (pitti) wrote :

This is fixed in current udev (maverick and lucid-proposed at least, probably also 10.04 final).

Changed in udev (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.