Re: [PATCH 09/12] HID: wiimote: Add wiimote input button parser

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux