git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20ae6d0
)
tty: n_gsm: expose gsmtty device nodes at ldisc open time
author
Russ Gorby
<russ.gorby@intel.com>
Tue, 14 Jun 2011 20:35:32 +0000
(13:35 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 1 Jul 2011 22:33:11 +0000
(15:33 -0700)
The n_gsm driver being an ldisc, does not provide a convenient method
e.g. udev to create the tty device nodes automatically when the ldisc
is opened.
The TTY device nodes are now created via calls to tty_register_device
from the ldisc open.
Signed-off-by: Russ Gorby <russ.gorby@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/n_gsm.c
patch
|
blob
|
history
diff --cc
drivers/tty/n_gsm.c
Simple merge