On a French Apple USB ISO keyboard, they are
- "50 = grave poundsterling(?)", that would be "backslash bar" for a
usb.map,
same as scancode 49, so there should be a "43" instead of "0" at
usb_kbd_keycode[50]
- "100 = at numbersign". This key doesn't exist on Apple ANSI keyboards.
In the USB->ADB map, this should be mapped to keycode 10, so if I
understand
correctly, because of usb_kbd_keycode[100]=86, there
should be a keybdev_mac_codes[86]=10 (it is 0 right now.)
This will still not be quite perfect (and it's impossible to get it
perfect, I think). The keys 100=at/numbersign and 53=less/greater will
be interchanged compared to an Apple ADB keyboard (you can't interchange
them for ISO USB keyboards without perturbing ANSI USB keyboards), but
at least the keys produce non-void keycodes that can be redefined using
a userspace keymap.
I apologize for any possible incorrectness in the above. I don't have
any specs, this is all from experience.
-- Martin- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/