Re: Simple UART driver help and TTY questions

From: Jiri Slaby
Date: Wed Aug 06 2008 - 17:25:36 EST


conOn 08/05/2008 06:33 PM, Ira Snyder wrote:
static void tiny_config_port(struct uart_port *port, int flags)
{
FUNC_ENTER();

if (flags & UART_CONFIG_TYPE)
port->type = PORT_16550A;

}

According to the straces, you get -EIO from ioctl and read which most likely means TTY_IO_ERROR bit set due to tiny_port->type = PORT_UNKNOWN (i.e. 0). Try the above.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/