commit | adefb69b1b94df29ea2df05cd838c0e032b2c473 | [log] [tgz] |
---|---|---|
author | Vinicius Costa Gomes <vinicius.gomes@openbossa.org> | Sat Jul 14 18:59:25 2012 -0300 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Jul 20 09:53:45 2012 +0200 |
tree | fee338077704e19810075750bb1b2c5577c358c9 | |
parent | 1a8b294ce6b0cdab438175eed45ebb088bdd659a [diff] |
HID: uhid: Fix sending events with invalid data This was detected because events with invalid types were arriving to userspace. The code before this patch would only work for the first event in the queue (when uhid->tail is 0). Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@openbossa.org> Reviewed-by: David Herrmann <dh.herrmann@googlemail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>