From: Paul Chavent Date: Sun, 7 Jul 2013 15:43:56 +0000 (+0200) Subject: HID: core: fix hid delimiter local tag parsing. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=38ead6ef1d94e782bec49002ff65f2bdaddfeb15;p=deliverable%2Flinux.git HID: core: fix hid delimiter local tag parsing. When device with the DELIMITER tag in its report descriptor is encountered during parsing, it's mistakenly immediately refused by HID core for no justifiable reason. [jkosina@suse.cz: polish changelog] Signed-off-by: Paul Chavent Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-core.c index e39dac68063c..8de5cb8319b9 100644 --- a/drivers/hid/hid-core.c +++ b/drivers/hid/hid-core.c @@ -450,7 +450,7 @@ static int hid_parser_local(struct hid_parser *parser, struct hid_item *item) } parser->local.delimiter_depth--; } - return 1; + return 0; case HID_LOCAL_ITEM_TAG_USAGE: