From owner-freebsd-stable@FreeBSD.ORG Tue Sep 16 22:16:17 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 070B11065671 for ; Tue, 16 Sep 2008 22:16:17 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id B5BC18FC19 for ; Tue, 16 Sep 2008 22:16:16 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 10C152BCBE; Wed, 17 Sep 2008 09:46:52 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id UGLeYGGduosS; Wed, 17 Sep 2008 09:46:48 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 17 Sep 2008 09:46:45 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id C0B9311433; Wed, 17 Sep 2008 09:46:44 +1200 (NZST) Date: Tue, 16 Sep 2008 14:46:44 -0700 From: Andrew Thompson To: ??????? ?????? Message-ID: <20080916214644.GA48294@citylink.fud.org.nz> References: <20080916094831.22ED0106571B@hub.freebsd.org> <48d009f2.0405560a.5255.fffff443@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48d009f2.0405560a.5255.fffff443@mx.google.com> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-stable@freebsd.org Subject: Re: Cypress Semiconductor USB to serial X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2008 22:16:17 -0000 On Tue, Sep 16, 2008 at 10:32:46PM +0300, ??????? ?????? wrote: > My UPS has a usb interface with USB-to-Serial chip. > But ucycom driver doesn't recognize it. > uhid driver does, but it doesn't help me, I need a virtual com port. > (output below is without uhid loaded) > What can I do to get it working? You could try adding it to the ucycom_devices table in sys/dev/usb/ucycom.c and recompiling ucycom. Andrew