Skip to content
  • Jiri Kosina's avatar
    HID: fix processing of event quirks · 68a1f2cc
    Jiri Kosina authored
    
    
    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>
    68a1f2cc