commit | cdf7c42fece7c641fcb85cfbf190fdc2a95d19ac | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Nov 24 20:18:32 2011 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Nov 24 20:18:32 2011 +0900 |
tree | 1a45105e180e962d909df035f67e7188eb0cb4d1 | |
parent | d39ec6ce34f130d582880d1f3cbe2b38e723cafe [diff] |
serial: sh-sci: Fix up modem control handling. At the moment things like CTS/RTS are reported for all ports, while the vast majority of them do not implement support at all (and others implement support entirely in hardware). Fix up the ->get_mctrl() reporting to simply assert DSR/CAR as other drivers without control lines do. Signed-off-by: Paul Mundt <lethal@linux-sh.org>