Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53397
b: refs/heads/master
c: 15e03ae
h: refs/heads/master
i:
  53395: e9cf796
v: v3
  • Loading branch information
Dmitry Torokhov committed Mar 8, 2007
1 parent f8ac174 commit ca75789
Show file tree
Hide file tree
Showing 2 changed files with 2 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: bc413c9563db6d596e841b2756ed3fccc48de5c0
refs/heads/master: 15e03ae811475c2beebfde18717935ee9ce64617
1 change: 1 addition & 0 deletions trunk/drivers/input/input.c
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@ static int input_devices_seq_show(struct seq_file *seq, void *v)
seq_printf(seq, "N: Name=\"%s\"\n", dev->name ? dev->name : "");
seq_printf(seq, "P: Phys=%s\n", dev->phys ? dev->phys : "");
seq_printf(seq, "S: Sysfs=%s\n", path ? path : "");
seq_printf(seq, "U: Uniq=%s\n", dev->uniq ? dev->uniq : "");
seq_printf(seq, "H: Handlers=");

list_for_each_entry(handle, &dev->h_list, d_node)
Expand Down

0 comments on commit ca75789

Please sign in to comment.