]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
HID: fixup the conflicting keyboard mappings quirk
authorJiri Kosina <jkosina@suse.cz>
Tue, 6 Jan 2015 21:34:19 +0000 (22:34 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 24 Mar 2015 01:02:48 +0000 (21:02 -0400)
commitc6cbffb4e9bcfb55482875d71615521a024e9021
tree8877b2d57472e31d000374e1fb251a57a3af346a
parent1e1d4d7158defa3c65a8566b3736c24e7e692dd6
HID: fixup the conflicting keyboard mappings quirk

commit 8e7b341037db1835ee6eea64663013cbfcf33575 upstream.

The ignore check that got added in 6ce901eb61 ("HID: input: fix confusion
on conflicting mappings") needs to properly check for VARIABLE reports
as well (ARRAY reports should be ignored), otherwise legitimate keyboards
might break.

Fixes: 6ce901eb61 ("HID: input: fix confusion on conflicting mappings")
Reported-by: Fredrik Hallenberg <megahallon@gmail.com>
Reported-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hid/hid-input.c