Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264775
b: refs/heads/master
c: 54d3339
h: refs/heads/master
i:
  264773: ea0c8d9
  264771: 94bc253
  264767: 3fb005a
v: v3
  • Loading branch information
Jeff Brown authored and Jiri Kosina committed Aug 16, 2011
1 parent 712febe commit f0b0c34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ad395ccadb6b2f0a4f9e004c9e6f2a8c22091ed0
refs/heads/master: 54d3339ac127bbf1efd3ae5a1f520a6c302c952a
5 changes: 5 additions & 0 deletions trunk/drivers/hid/hid-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,11 @@ void hid_dump_field(struct hid_field *field, int n, struct seq_file *f) {
seq_printf(f, "Logical(");
hid_resolv_usage(field->logical, f); seq_printf(f, ")\n");
}
if (field->application) {
tab(n, f);
seq_printf(f, "Application(");
hid_resolv_usage(field->application, f); seq_printf(f, ")\n");
}
tab(n, f); seq_printf(f, "Usage(%d)\n", field->maxusage);
for (j = 0; j < field->maxusage; j++) {
tab(n+2, f); hid_resolv_usage(field->usage[j].hid, f); seq_printf(f, "\n");
Expand Down

0 comments on commit f0b0c34

Please sign in to comment.