Comment 25 for bug 592371

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

> My initial bug was that the key "Music" was being detected as "config" and the key "camera" was being detected as "media".

Right, and I hoped that my updated udev rules would fix the Music key. Lucid's udev rules do not match the "mouse" part of the keyboard, and my updated rules ought to. It should apply the cordless wave rules (which already assign the "media" key code to the 0xC0183 scan code) to the mouse part and thus should have made this particular key work. As I said I did not yet fix the camera key.

I just checked again, and it seems I mistyped. It should have been vendor ID "046d", not "0461". Can you please replace

  ENV{ID_VENDOR_ID}=="0461"

with

  ENV{ID_VENDOR_ID}=="046d"

in line 25 of 95-keymap.rules and try again? (Unplugging/replugging the receiver from the computer should be sufficient).

> All other keys are being picked up correctly by the kernel [...]
> The following keys are not being detected whatsoever:-

So this is slightly contradictory, and thus confusing. Are these keys detected with correct keycodes (just not under X) or not?