Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180834
b: refs/heads/master
c: 62e62da
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Jiri Kosina committed Jan 15, 2010
1 parent c803637 commit 58ceff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 4bb9508bbbb06f10bc3e249dd34375b4a4d6bfc0
refs/heads/master: 62e62da856dba2edb897b672cbd05a69edd4485c
6 changes: 3 additions & 3 deletions trunk/drivers/hid/hid-debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -864,13 +864,13 @@ static const char **names[EV_MAX + 1] = {
[EV_SND] = sounds, [EV_REP] = repeats,
};

void hid_resolv_event(__u8 type, __u16 code, struct seq_file *f) {

static void hid_resolv_event(__u8 type, __u16 code, struct seq_file *f)
{
seq_printf(f, "%s.%s", events[type] ? events[type] : "?",
names[type] ? (names[type][code] ? names[type][code] : "?") : "?");
}

void hid_dump_input_mapping(struct hid_device *hid, struct seq_file *f)
static void hid_dump_input_mapping(struct hid_device *hid, struct seq_file *f)
{
int i, j, k;
struct hid_report *report;
Expand Down

0 comments on commit 58ceff3

Please sign in to comment.