]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sunsu: Fix detection of SU ports which are RSC console or control.
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 21:58:52 +0000 (13:58 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 18 Dec 2009 21:44:00 +0000 (13:44 -0800)
commit93e2a9c73973b7f01cb56b33db8c9ac7bf35cfa7
tree03acc25953e39a8de2903304fc548b69b15eded2
parent313775a1ae8d7d951810e173ce9295f07e5f2f78
sunsu: Fix detection of SU ports which are RSC console or control.

[ Upstream commit 8301d386afc55c877bafe2c6c7dc75a96ddd2838 ]

These device nodes are named "rsc-console" and "rsc-control" rather
than 'serial', but the device_type property is 'serial' so we'll
tip off of that for detection.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/serial/sunsu.c