public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Peter Hurley <peter@hurleysoftware.com>
Cc: Andrew Lunn <andrew@lunn.ch>,
	gregkh@linuxfoundation.org, jslaby@suse.cz,
	linux-kernel@vger.kernel.org, jhovold@gmail.com
Subject: Re: [PATCH] tty: Add C_MSPAR(tty)
Date: Wed, 23 Oct 2013 15:57:47 +0200	[thread overview]
Message-ID: <20131023135747.GD31126@lunn.ch> (raw)
In-Reply-To: <5267D386.4050206@hurleysoftware.com>

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

  reply	other threads:[~2013-10-23 14:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-23 11:18 [PATCH] tty: Add C_MSPAR(tty) Andrew Lunn
2013-10-23 13:47 ` Peter Hurley
2013-10-23 13:57   ` Andrew Lunn [this message]
2013-10-29 18:17 ` Johan Hovold
2013-10-29 22:15   ` Andrew Lunn
2013-10-29 22:24     ` Greg KH
2013-10-30 11:32     ` Johan Hovold

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131023135747.GD31126@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=gregkh@linuxfoundation.org \
    --cc=jhovold@gmail.com \
    --cc=jslaby@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=peter@hurleysoftware.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox