From: Jiri Kosina Date: Thu, 7 Feb 2008 15:48:46 +0000 (+0100) Subject: HID: fix processing of event quirks X-Git-Tag: v2.6.25-rc2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a1f2cc8676f22a6fd49f344f99e326eb7f5117;p=pandora-kernel.git HID: fix processing of event quirks The old code (before move) stopped further processing of the event after it has been already processed by the quirk handler. The new code didn't propagate the return value properly, and therefore the processing always proceeded, which was wrong. This patch fixes it. Pointed out in kernel.org bugzilla #9842 Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed