From: Russ Gorby Date: Tue, 14 Jun 2011 20:35:32 +0000 (-0700) Subject: tty: n_gsm: expose gsmtty device nodes at ldisc open time X-Git-Tag: v3.1-rc1~233^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d50f6dcaf22a3234a65ae4f6087173e66b7fff56;p=pandora-kernel.git tty: n_gsm: expose gsmtty device nodes at ldisc open time 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed