Comment 34 for bug 215035

Revision history for this message
Dominik Boehi (dboehi) wrote :

I also have a Wave keyboard, and I managed to make the keys work using the following rule:

ENV{ID_VENDOR}=="Logitech*", KERNELS=="input*", ATTRS{name}=="Logitech USB Multimedia Keyboard", RUN+="keymap $name scancodes_logitech_wave.txt"

It seems that DMI_VENDOR is set to "System manufacturer", so you can't use that in the rule.

When I run

sudo /lib/udev/keymap -i input/event6

all keys now have a proper key code set, but not all of them are recognized in xev.
Do I have to modify anything else to make xev recognize them?

I have attached a modified version of Tomasz' scancode file, the keycodes for Fn + F10 (www search) and Fn + F11 (local search) were wrong.