Comment 59 for bug 215035

Revision history for this message
Jonas Norlander (jonorland) wrote : Re: [Bug 215035] Re: Many special keys on Logitech Wave keyboard don't work

On Wed, Oct 14, 2009 at 9:20 PM, Martin Pitt <email address hidden> wrote:
> Oops, sorry, should have looked more closely. Jonas, I don't think that
> the current udev rule even matches for you, since in your udev dump I
> don't see "Logitech USB Multimedia Keyboard". I suppose for you the rule
> needs to look like
>
>  ENV{ID_VENDOR}=="Logitech*", ATTRS{name}=="USB Receiver", RUN+="keymap
> $name logitech-wave-cordless"
>
> and you need to create a new /lib/udev/keymaps/logitech-wave-cordless
> file which looks structurally like Dominik's file, but using the scan
> codes you determined in http://launchpadlibrarian.net/33562506/Logitech
> .Wave-keymap.test.txt . Please note that you only need to include the
> keys which are wrong (like wordprocessor), and not the ones which are
> already correct.
>
> Could you try this?
>

Can I add the above udev rule just below the one in 95-keymap.rules or
should I replace it?
The "ATTRS{name}=="USB Receiver"" should that be
"ATTRS{name}=="Logitech USB Receiver"" as the "name" from lsinput
command?

/dev/input/event4
   bustype : BUS_USB
   vendor : 0x46d
   product : 0xc517
   version : 272
   name : "Logitech USB Receiver"
   phys : "usb-0000:00:02.1-1.2/input1"
   uniq : ""
   bits ev : EV_SYN EV_KEY EV_REL EV_ABS EV_MSC

I try this and report back.