git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8b294
)
HID: uhid: Fix sending events with invalid data
author
Vinicius Costa Gomes
<vinicius.gomes@openbossa.org>
Sat, 14 Jul 2012 21:59:25 +0000
(18:59 -0300)
committer
Jiri Kosina
<jkosina@suse.cz>
Fri, 20 Jul 2012 07:53:45 +0000
(09:53 +0200)
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>
No differences found