> Hi! I looked at your input patch and was wondering the scancode to
> keycode mappings (for instance atkbd_set2_keycode). The values in the
> table seem very odd, shouldn't this be "normally" a 1:1 mapping, as in
> the current kernels. At least the defaults... And even if there's a
> userland utility...
> --Mika
The mappings can't be 1:1, because the current kernel uses set1 (XT)
keycodes, while the driver operates with set2 (AT) or set3 (PS/2)
keycodes, which are much more reasonable.
The userland utility for loading these mappings is still to be written,
but I'm working on that. ;) Right now you can add any codes you need
directly to the driver tables.
-- Vojtech Pavlik SuSE Labs- 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/