Johannes Stezenbach wrote: > Reporting of raw keycodes isn't done in any of the remote control > drivers, or is it? drivers/input/keyboard/atkbd.c uses > input_event(atkbd->dev, EV_MSC, MSC_RAW, codea) and also > input_event(atkbd->dev, EV_MSC, MSC_SCAN, code);, where "code" > is an int. Correct, raw key codes are not supported yet. If we switch to the new ioctl interface we should also support raw keycodes. They could be used by a keymap editor or other key learning tools. -> vdr remote plugin ;-) Btw, raw keycodes cannot be used with the kernel 2.4 input driver! Oliver -- -------------------------------------------------------- VDR Remote Plugin available at http://www.escape-edv.de/endriss/vdr/ --------------------------------------------------------