]> git.karo-electronics.de Git - karo-tx-linux.git/commit
TTY: automatically create nodes for some drivers
authorJiri Slaby <jslaby@suse.cz>
Tue, 7 Aug 2012 19:47:48 +0000 (21:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Aug 2012 23:50:19 +0000 (16:50 -0700)
commitc4d6ebeb7d78ea8eabd5efe9ef876fe371cb5f4b
treee9300a70c249537ceeb93ce20c8d3a19567fb7b9
parent734cc1783816ae358cef45673a29bf7af974e147
TTY: automatically create nodes for some drivers

This looks like it was a mistake not to create device nodes for these
drivers. Let us create them from now on.

It will be necessary to call tty_register_device some way, either by
tty_register_driver implicitly or to call tty_register_device proper.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Cc: netdev@vger.kernel.org
Cc: linux390@de.ibm.com
Cc: linux-s390@vger.kernel.org
Cc: linux-cris-kernel@axis.com
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/isdn/i4l/isdn_tty.c
drivers/s390/char/tty3270.c
drivers/tty/serial/crisv10.c