Files
android_kernel_xiaomi_sm8450/arch/um
Al Viro cfe6b7c79d um: switch line.c tty drivers to dynamic device creation
Current code doesn't update the symlinks in /sys/dev/char when we add/remove
tty lines.  Fixing that allows to stop messing with ->valid before the driver
registration, which is a Good Thing(tm) - we shouldn't have it set before we
really have the things set up and ready for line_open().

We need tty_driver available to call tty_{un,}register_device(), so we just
stash a reference to it into struct line_driver.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
2012-03-25 00:29:53 +01:00
..
2012-03-25 00:29:53 +01:00
2012-03-25 00:29:52 +01:00
2011-11-02 14:15:27 +01:00
2009-04-01 08:59:17 -07:00
2011-03-17 14:02:57 +01:00
2011-11-02 14:15:29 +01:00
2011-03-31 11:26:23 -03:00
2011-11-02 14:15:29 +01:00
2011-12-09 10:59:59 -08:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2005-09-29 08:46:26 -07:00