Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322553
b: refs/heads/master
c: 9bfc8da
h: refs/heads/master
i:
  322551: cb79fc4
v: v3
  • Loading branch information
Henrik Rydberg authored and Jiri Kosina committed Sep 2, 2012
1 parent 7cba610 commit fc6557a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 67ddbb3e6568fb1820b2cc45b00c50702b114801
refs/heads/master: 9bfc8da00b1e74f55a52cc06a0d364f1f7f61ed8
3 changes: 2 additions & 1 deletion trunk/drivers/hid/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,8 @@ static void hid_process_event(struct hid_device *hid, struct hid_field *field,
struct hid_driver *hdrv = hid->driver;
int ret;

hid_dump_input(hid, usage, value);
if (!list_empty(&hid->debug_list))
hid_dump_input(hid, usage, value);

if (hdrv && hdrv->event && hid_match_usage(hid, usage)) {
ret = hdrv->event(hid, field, usage, value);
Expand Down

0 comments on commit fc6557a

Please sign in to comment.