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)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Nov 2009 21:58:52 +0000 (13:58 -0800)
commit8301d386afc55c877bafe2c6c7dc75a96ddd2838
treee2dea9d498890df34b09cb5d36d2d169a30a3544
parent4e68e188411ea98e40309700cf0c89ad4469ac1d
sunsu: Fix detection of SU ports which are RSC console or control.

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>
drivers/serial/sunsu.c