From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from snark.thyrsus.com (static-71-162-243-5.phlapa.fios.verizon.net [71.162.243.5]) by huchra.bufferbloat.net (Postfix) with ESMTP id 58F6621F0AE for ; Thu, 10 May 2012 10:59:20 -0700 (PDT) Received: by snark.thyrsus.com (Postfix, from userid 1000) id 295B840478; Thu, 10 May 2012 13:59:08 -0400 (EDT) Date: Thu, 10 May 2012 13:59:08 -0400 From: "Eric S. Raymond" To: tz Message-ID: <20120510175908.GC16595@thyrsus.com> References: <02af01cd2daf$05b24bb0$1116e310$@navisys.com.tw> <20120509203719.GA3855@thyrsus.com> <4FAADF21.6030907@techstarship.com> <20120509213841.GB4379@thyrsus.com> <20120510063125.GC12435@thyrsus.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Eric Conspiracy Secret Labs X-Eric-Conspiracy: There is no conspiracy User-Agent: Mutt/1.5.21 (2010-09-15) Cc: thumbgps-devel@lists.bufferbloat.net Subject: Re: [Thumbgps-devel] Article -- Macx-1: GPS receiver with standard USB connector and PPS support X-BeenThere: thumbgps-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: esr@thyrsus.com List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 17:59:20 -0000 tz : > But this requires a recompile to change lines, not a command line option, > or some detection method. If gpsd is compiled for RI, it wont respond to > DCD. No. It should respond to any of the lines ggiven in the TIOCMIWAIT mask. #define PPS_LINE_TIOC (TIOCM_CD|TIOCM_CAR|TIOCM_RI|TIOCM_CTS) It's seeing CD here. -- Eric S. Raymond