From owner-freebsd-current@FreeBSD.ORG Thu Dec 25 16:49:06 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE64F1065673 for ; Thu, 25 Dec 2008 16:49:06 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from hercules.mthelicon.com (hercules.mthelicon.com [IPv6:2001:49f0:2023::2]) by mx1.freebsd.org (Postfix) with ESMTP id A836E8FC14 for ; Thu, 25 Dec 2008 16:49:06 +0000 (UTC) (envelope-from ken@mthelicon.com) Received: from feathers.peganest.com (78-33-110-3.static-adsl.entanet.co.uk [78.33.110.3] (may be forged)) (authenticated bits=0) by hercules.mthelicon.com (8.14.3/8.14.3) with ESMTP id mBPGmu2Y025998 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 25 Dec 2008 16:48:58 GMT (envelope-from ken@mthelicon.com) From: Pegasus Mc Cleaft Organization: Feathers To: freebsd-current@freebsd.org Date: Thu, 25 Dec 2008 16:48:51 +0000 User-Agent: KMail/1.10.1 (FreeBSD/8.0-CURRENT; KDE/4.1.1; amd64; ; ) References: <20081222214010.GA18389@elvis.mu.org> <200812240024.28505.ken@mthelicon.com> <200812241058.28227.hselasky@c2i.net> In-Reply-To: <200812241058.28227.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812251648.51373.ken@mthelicon.com> Cc: remko@elvandar.org, Hans Petter Selasky Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2008 16:49:06 -0000 On Wednesday 24 December 2008 09:58:27 Hans Petter Selasky wrote: > Hi, > > I believe I've found the problem after testing an UPLCOM based serial > adapter with CU. > > Try the following patch: > > http://perforce.freebsd.org/chv.cgi?CH=155229 > > The solution was not so obvious :-) > > BTW: Have a nice Christmas! > > --HPS Hi Hans, Sorry about the delay in trying your patch, things have been a bit crazy with the holidays.. I manually applied your patch to my machine and I'm happy to say that the Prolific adapter now works with 'cu'. The only modification I needed to make was in uchcom2.c where you deleted the usb2_ioctl.h header include. There was a define in there that was necessary, so I added it back in and all works well. Thanks again Happy Christmas, Peg