Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752704AbYK1OAH (ORCPT ); Fri, 28 Nov 2008 09:00:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751691AbYK1N7z (ORCPT ); Fri, 28 Nov 2008 08:59:55 -0500 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:51545 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751485AbYK1N7y (ORCPT ); Fri, 28 Nov 2008 08:59:54 -0500 Date: Fri, 28 Nov 2008 13:58:37 +0000 From: Alan Cox To: Tilman Schmidt Cc: Rodolfo Giometti , linux-kernel@vger.kernel.org, Andrew Morton , David Woodhouse , Dave Jones , Sam Ravnborg , Greg KH , Randy Dunlap , Kay Sievers , "H. Peter Anvin" , Ingo Molnar , Michael Kerrisk Subject: Re: [PATCH] ldisc: new dcd_change() method for line disciplines. Message-ID: <20081128135837.16a09068@lxorguk.ukuu.org.uk> In-Reply-To: <492FD864.50901@imap.cc> References: <1227647470-4816-1-git-send-email-giometti@linux.it> <1227647470-4816-2-git-send-email-giometti@linux.it> <492FD864.50901@imap.cc> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.12; x86_64-redhat-linux-gnu) Organization: Red Hat UK Cyf., Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SL4 1TE, Y Deyrnas Gyfunol. Cofrestrwyd yng Nghymru a Lloegr o'r rhif cofrestru 3798903 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1041 Lines: 27 On Fri, 28 Nov 2008 12:39:16 +0100 Tilman Schmidt wrote: > Rodolfo Giometti schrieb: > > --- a/include/linux/tty_ldisc.h > > +++ b/include/linux/tty_ldisc.h > > @@ -99,11 +99,19 @@ > > * cease I/O to the tty driver. Can sleep. The driver should > > * seek to perform this action quickly but should wait until > > * any pending driver I/O is completed. > > + * > > + * void (*dcd_change)(struct uart_port *port, unsigned int status, > > + * struct timespec *ts) > > + * > > + * Tells the discipline that the DCD pin has changed its status and > > + * the relative timestamp. Pointer ts can be NULL. > > */ > > I don't see an actual call to that new method getting added anywhere. > Is that planned for a later patch? Its used in one of the later patches of the set. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/