Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19301
b: refs/heads/master
c: 6dea934
h: refs/heads/master
i:
  19299: 3fe1f00
v: v3
  • Loading branch information
Ben Collins authored and Dmitry Torokhov committed Jan 31, 2006
1 parent 6c237d9 commit c6a5b5d
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: 97d4ebfe7946bc9b89791c932a15c990a24aa94d
refs/heads/master: 6dea93477c3377cf4199fd37cc3fb11071987ae4
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/hiddev.c
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ static int hiddev_ioctl(struct inode *inode, struct file *file, unsigned int cmd

else if ((cmd == HIDIOCGUSAGES || cmd == HIDIOCSUSAGES) &&
(uref_multi->num_values > HID_MAX_MULTI_USAGES ||
uref->usage_index + uref_multi->num_values >= field->report_count))
uref->usage_index + uref_multi->num_values > field->report_count))
goto inval;
}

Expand Down

0 comments on commit c6a5b5d

Please sign in to comment.