From: Sergey Vlasov Date: Sat, 3 Sep 2005 15:26:49 +0000 (+0100) Subject: [SERIAL] Fix moxa tty driver name X-Git-Tag: v2.6.14-rc1~775^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4e3b13b147e9b737de63188a9ae740eaa8c36d;p=pandora-kernel.git [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 Signed-off-by: Russell King --- Reading git-diff-tree failed