commit | 68a1f2cc8676f22a6fd49f344f99e326eb7f5117 | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Thu Feb 07 16:48:46 2008 +0100 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Feb 11 13:01:51 2008 +0100 |
tree | d71703b0cbb0f13b8b183e8d512872e8ef763ed5 | |
parent | dda3fd3535566b4d2b450dded23f1334a5f60bd6 [diff] |
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 <jkosina@suse.cz>