Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213480
b: refs/heads/master
c: de838a9
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Greg Kroah-Hartman committed Oct 22, 2010
1 parent d8b6ce7 commit a09a48a
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: 30004ac9c090dcdcca99556b4587b3bad828731a
refs/heads/master: de838a93cbf35671f890360b886a5c2a8a5d1aa4
1 change: 1 addition & 0 deletions trunk/drivers/input/serio/serport.c
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ static ssize_t serport_ldisc_read(struct tty_struct * tty, struct file * file, u
serio->open = serport_serio_open;
serio->close = serport_serio_close;
serio->port_data = serport;
serio->dev.parent = tty->dev;

serio_register_port(serport->serio);
printk(KERN_INFO "serio: Serial port %s\n", tty_name(tty, name));
Expand Down

0 comments on commit a09a48a

Please sign in to comment.