lkml.org 
[lkml]   [2013]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] tty: Add C_MSPAR(tty)
On Wed, Oct 23, 2013 at 09:47:50AM -0400, Peter Hurley wrote:
> On 10/23/2013 07:18 AM, Andrew Lunn wrote:
> >Add the missing C_MSPAR(tty) macro.
> >
> >Signed-off-by: Andrew Lunn <andrew@lunn.ch>
> >---
> > include/linux/tty.h | 1 +
> > 1 file changed, 1 insertion(+)
> >
> >diff --git a/include/linux/tty.h b/include/linux/tty.h
> >index 64f8646..630678d 100644
> >--- a/include/linux/tty.h
> >+++ b/include/linux/tty.h
> >@@ -137,6 +137,7 @@ struct tty_bufhead {
> > #define C_CLOCAL(tty) _C_FLAG((tty), CLOCAL)
> > #define C_CIBAUD(tty) _C_FLAG((tty), CIBAUD)
> > #define C_CRTSCTS(tty) _C_FLAG((tty), CRTSCTS)
> >+#define C_MSPAR(tty) _C_FLAG((tty), CMSPAR)
> >
> > #define L_ISIG(tty) _L_FLAG((tty), ISIG)
> > #define L_ICANON(tty) _L_FLAG((tty), ICANON)
>
> Is this to support an out-of-tree driver?

Hi Peter

It is to support a driver i'm trying to get accepted. It is a USB
serial driver which was posted for the forth time today to the USB
list:

http://article.gmane.org/gmane.linux.usb.general/96740

Andrew


\
 
 \ /
  Last update: 2013-10-23 16:41    [W:0.425 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site