Please note that event6 was the mouse part, not the keyboard part (at least when you did the udevdb.txt attachment). event3 was the correct device in that run, which should have the scan/keycodes for "Config", "Battery", and so on.
I'm a bit confused why the "Music" key (0xC0183) doesn't work, since it's already in the map for the wave cordless.
Please figure out the correct event key for the USB keyboard in your current boot (it might change across boots) and then give me the output of
udevadm info --attribute-walk --path=/class/input/event3
udevadm test /class/input/event3
Please note that event6 was the mouse part, not the keyboard part (at least when you did the udevdb.txt attachment). event3 was the correct device in that run, which should have the scan/keycodes for "Config", "Battery", and so on.
I'm a bit confused why the "Music" key (0xC0183) doesn't work, since it's already in the map for the wave cordless.
Please figure out the correct event key for the USB keyboard in your current boot (it might change across boots) and then give me the output of
udevadm info --attribute-walk --path= /class/ input/event3
udevadm test /class/input/event3
Please replace "event3" with the correct number.
Thanks!