Skip to content
Snippets Groups Projects
Commit 68a1f2cc authored by Jiri Kosina's avatar Jiri Kosina
Browse files

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: default avatarJiri Kosina <jkosina@suse.cz>
parent dda3fd35
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment