From owner-freebsd-questions@freebsd.org Tue Jun 30 15:14:26 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF5F298FA97 for ; Tue, 30 Jun 2015 15:14:26 +0000 (UTC) (envelope-from ml@netfence.it) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B7ED71EBF for ; Tue, 30 Jun 2015 15:14:26 +0000 (UTC) (envelope-from ml@netfence.it) Received: by mailman.ysv.freebsd.org (Postfix) id B6DF498FA95; Tue, 30 Jun 2015 15:14:26 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B661F98FA94 for ; Tue, 30 Jun 2015 15:14:26 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6D11EBD for ; Tue, 30 Jun 2015 15:14:26 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (87.16.60.30) by smtp205.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 555621530C886A2F; Tue, 30 Jun 2015 17:14:08 +0200 Received: from guardian.ventu (bane.ventu [10.1.2.15]) (authenticated bits=0) by soth.ventu (8.15.1/8.14.9) with ESMTPSA id t5UFE2o7095740 (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 30 Jun 2015 17:14:03 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host bane.ventu [10.1.2.15] claimed to be guardian.ventu Message-ID: <5592B23A.9000100@netfence.it> Date: Tue, 30 Jun 2015 17:14:02 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Mike Tancsa , questions@freebsd.org Subject: Re: KeySpan USB to Serial References: <5592A646.40905@netfence.it> <5592AC90.1090007@sentex.net> In-Reply-To: <5592AC90.1090007@sentex.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.75 on 10.1.2.13 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jun 2015 15:14:26 -0000 On 06/30/15 16:49, Mike Tancsa wrote: > Looking through the source, > > usbdevs:vendor KEYSPAN 0x06cd Keyspan / InnoSys Inc. > usbdevs:product KEYSPAN USA19QW_NF 0x0118 USA-19WQ serial Adapter > (no firmware) > > there are definitions for them, but I dont see reference to them in the > serial usb section of the source code :( So I am guessing no on RELENG_10 Had seen this... I hoped for something not in src (i.e. port or something not imported yet). Thanks anyway av.