Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5435
b: refs/heads/master
c: dc1e97b
h: refs/heads/master
i:
  5433: dc53ef9
  5431: d9e0a74
v: v3
  • Loading branch information
Dmitry Torokhov committed Jul 11, 2005
1 parent 29ad0c4 commit d44127b
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: e0d21d9cca25f424f3129649be48a63c128ed42d
refs/heads/master: dc1e97b5eaed1921f421cf56fd233f064464b300
1 change: 1 addition & 0 deletions trunk/drivers/input/serio/serio_raw.c
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ static int serio_raw_connect(struct serio *serio, struct serio_driver *drv)

serio_raw->dev.minor = PSMOUSE_MINOR;
serio_raw->dev.name = serio_raw->name;
serio_raw->dev.dev = &serio->dev;
serio_raw->dev.fops = &serio_raw_fops;

err = misc_register(&serio_raw->dev);
Expand Down

0 comments on commit d44127b

Please sign in to comment.