30 Sep 20:37
[PATCH RFC 0/6] serial: make hardware flow control more flexible
From: Aristeu Rozanski <aris <at> ruivo.org>
Subject: [PATCH RFC 0/6] serial: make hardware flow control more flexible
Newsgroups: gmane.linux.serial
Date: 2008-09-30 18:41:55 GMT
Subject: [PATCH RFC 0/6] serial: make hardware flow control more flexible
Newsgroups: gmane.linux.serial
Date: 2008-09-30 18:41:55 GMT
This series of patches begins the changes in the serial code to allow more flexible hardware flow control rules. Instead of having fixed models like RTS/CTS or DSR/DTR, the new termiox structure will instead allow to specify which pins will be used. Currently, termiox has four flags: RTSXOFF, CTSXON, DTRXOFF and DSRXON. This is not yet enough to fully specify Linux' CRTSCTS since it uses the DTR always on while the serial port is available (and RTS to signal if the system is ready or not to receive data). The plan is add RTSON and DTRON to termiox to allow the user to specify that those pins will be always set while the serial port is available. These patches are not intended for inclusion, just to continue the discussion. -- -- Aristeu -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo <at> vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
RSS Feed