• J
    HID: fix processing of event quirks · 68a1f2cc
    Jiri Kosina 提交于
    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: NJiri Kosina <jkosina@suse.cz>
    68a1f2cc
hid-input-quirks.c 13.5 KB