From owner-freebsd-usb@FreeBSD.ORG Mon Jun 12 21:15:17 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B74E416A41A for ; Mon, 12 Jun 2006 21:15:17 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from mail45.e.nsc.no (mail45.e.nsc.no [193.213.115.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B7C943D55 for ; Mon, 12 Jun 2006 21:15:16 +0000 (GMT) (envelope-from hselasky@c2i.net) Received: from Unknown-00-c0-9f-49-78-d8.lan (ti131310a080-15519.bb.online.no [85.165.252.159]) by mail45.nsc.no (8.13.6/8.13.5) with ESMTP id k5CLFFRg025487; Mon, 12 Jun 2006 23:15:15 +0200 (CEST) From: Hans Petter Selasky To: Ulrich Spoerlein Date: Mon, 12 Jun 2006 23:15:19 +0200 User-Agent: KMail/1.7 References: <200606111120.52386.hselasky@c2i.net> <20060612193920.GF1226@roadrunner.aventurien.local> In-Reply-To: <20060612193920.GF1226@roadrunner.aventurien.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606122315.20197.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: uplcom.c X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jun 2006 21:15:17 -0000 On Monday 12 June 2006 21:39, Ulrich Spoerlein wrote: > Hans Petter Selasky wrote: > > Hi, > > > > I am currently working on converting "uplcom.c" to my new USB API. In > > that regard I have a question: Is anyone using "option > > UPLCOM_INTR_INTERVAL" or "sysctl hw.usb.uplcom.interval", or can this be > > left to the default interrupt interval? > > > > /* > > * The "uplcom.c" driver supports several USB-to-RS232 serial adapters > > * driven by Prolific PL-2303, PL-2303X and probably PL-2303HX > > USB-to-RS232 * bridge chip. The adapters are sold under many different > > brand * names. > > */ > > I have such a device and am using it. The question is, what is that > option supposed to do? It sets how often the USB host controller should query the USB device for an interrupt packet. Could you have done some testing of the new driver? Maybe not right now, but in one or two weeks. I will provide you with a nice tarball, that you can install on FreeBSD 6/7. --HPS