commit | 9b4e3b13b147e9b737de63188a9ae740eaa8c36d | [log] [tgz] |
---|---|---|
author | Sergey Vlasov <vsu@altlinux.ru> | Sat Sep 03 16:26:49 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Sep 03 16:26:49 2005 +0100 |
tree | 8ef40261167f125a5c36bdeab9284886f1b8d34f | |
parent | 707b1c84ec828da479107e839eae0322bacec4d7 [diff] |
[SERIAL] Fix moxa tty driver name The moxa driver was named "ttya", which is wrong: 1) Documentation/devices.txt says that the name should be "ttyMX". 2) First 10 ports (ttya0...ttya9) clash with the legacy pty driver. This patch changes the driver name to "ttyMX". http://bugme.osdl.org/show_bug.cgi?id=5012 Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>