Searched hist:adefb69b (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hid/ |
H A D | uhid.c | adefb69b Sat Jul 14 16:59:25 CDT 2012 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> 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> adefb69b Sat Jul 14 16:59:25 CDT 2012 Vinicius Costa Gomes <vinicius.gomes@openbossa.org> 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>
|