From: Dmitry Torokhov Date: Sat, 18 Jun 2011 09:50:11 +0000 (-0700) Subject: Input: evdev - try to wake up readers only if we have full packet X-Git-Tag: v3.0-rc4~8^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da40b0b6b4d3a81c5051fe6ae0544c48c13261c4;p=pandora-kernel.git Input: evdev - try to wake up readers only if we have full packet We should only wake waiters on the event device when we actually post an EV_SYN/SYN_REPORT to the queue. Otherwise we end up making waiting threads runnable only to go right back to sleep because the device still isn't readable. Reported-by: Jeffrey Brown Signed-off-by: Dmitry Torokhov --- Reading git-diff-tree failed