commit | eac39e7eda47cec9de44d64661ef44c6b37dd45f | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Tue Sep 06 13:50:31 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Wed Sep 07 13:25:16 2011 +0200 |
tree | 1f43a69259d276effc378f12e3e068308844e512 | |
parent | f363e4f6ab71168cbdaadeef974b515512b41636 [diff] |
HID: wiimote: Parse IR data Parse IR data and report it to IR input-device. IR data is sent in 3 different formats, but we only support the basic format as there is no way to send the additional information to userspace. All three formats are compatible with the basic IR data format so we need only one parser. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>