On Tue, Jun 28, 2011 at 7:52 AM, Dmitry Torokhov
[off-list ref] wrote:
David Herrmann [off-list ref] wrote:
quoted
+ input_event(wdata->input, EV_KEY, wiiproto_keymap[WIIPROTO_KEY_LEFT],
+ !!(payload[0] & 0x01));
input_report_key()
quoted
+ input_event(wdata->input, EV_SYN, SYN_REPORT, 0);
input_sync()
Thanks.
--
Dmitry
Thanks, I've fixed that.
David
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html