David Herrmann <dh.herrmann@xxxxxxxxxxxxxx> wrote: >+ input_event(wdata->input, EV_KEY, wiiproto_keymap[WIIPROTO_KEY_LEFT], >+ !!(payload[0] & 0x01)); input_report_key() >+ input_event(wdata->input, EV_SYN, SYN_REPORT, 0); input_sync() Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html