Wait 30 seconds and see if it exits by itself. I bet you have hardware
RTS/CTS handshaking enabled on the serial port, but without anything
connected.
When a port is closed, we wait up to 30 seconds (or a user specified time
period) for any characters in the transmit queue to be sent. If CTS is
inactive and we're using RTS/CTS handshaking, we can't send any characters,
so we'll wait the full timeout.
-- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/