On Wed, 6 Apr 2011 16:48:49 +0000 (UTC) Grant Edwards <grant.b.edwards@xxxxxxxxx> wrote: > I'm working on a driver for a serial board that supports 921600 bps, > and it would be awfully nice if there was a way to specify that using > the ASYNC_SPD_xxxxx mechanism. Is there any reason why this wouldn't > work? The ASYNC_SPD_xxxx mechanism is obsolete. Just set the baud rate to 921600, the kernel has supported arbitary baud rates for some time. -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html