Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 282308
b: refs/heads/master
c: e46e927
h: refs/heads/master
v: v3
  • Loading branch information
Chase Douglas authored and Jiri Kosina committed Nov 16, 2011
1 parent ea67029 commit 3b6542b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8383c6bf9356cfd7093f7afbf16d2b8b4e1c2772
refs/heads/master: e46e927b9b7e8d95526e69322855243882b7e1a3
2 changes: 1 addition & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static int hid_parser_global(struct hid_parser *parser, struct hid_item *item)

case HID_GLOBAL_ITEM_TAG_REPORT_SIZE:
parser->global.report_size = item_udata(item);
if (parser->global.report_size > 32) {
if (parser->global.report_size > 96) {
dbg_hid("invalid report_size %d\n",
parser->global.report_size);
return -1;
Expand Down

0 comments on commit 3b6542b

Please sign in to comment.