From owner-freebsd-stable@FreeBSD.ORG Wed Jan 13 16:05:41 2010 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 66F341065762 for ; Wed, 13 Jan 2010 16:05:41 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 357748FC13 for ; Wed, 13 Jan 2010 16:05:41 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id D2A8246B52; Wed, 13 Jan 2010 11:05:40 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id D6E978A01F; Wed, 13 Jan 2010 11:05:39 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Wed, 13 Jan 2010 09:45:18 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091231; KDE/4.3.1; amd64; ; ) References: <201001131300.13098.doconnor@gsoft.com.au> In-Reply-To: <201001131300.13098.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201001130945.18190.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 13 Jan 2010 11:05:39 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.6 required=4.2 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Steven Friedrich Subject: Re: USB problems on 8.0-STABLE 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: Wed, 13 Jan 2010 16:05:41 -0000 On Tuesday 12 January 2010 9:29:58 pm Daniel O'Connor wrote: > On Wed, 13 Jan 2010, Frank wrote: > > On Wed, 13 Jan 2010, Daniel O'Connor wrote: > > > Does it use libusb? If so, then it should "Just Work" assuming that > > > permissions are correct (note the nodes are /dev/usb/X.Y.Z now) > > > > > > -- > > > Daniel O'Connor software and network engineer > > > for Genesis Software - http://www.gsoft.com.au > > > "The nice thing about standards is that there > > > are so many of them to choose from." > > > -- Andrew Tanenbaum > > > GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C > > > > I don't know if it uses libusb. The makefile has the following: > > > > .if defined(WITH_USB) && ${OSVERSION} >= 800069 > > CONFIGURE_ARGS+= --with-generic-usb > > .endif > > > > Does this tell you? > > No, I checked the code, it doesn't use libusb :( > > I guess it will need to be ported manually, I have no idea how difficult > that would be though. No, apcupsd works perfectly fine on 8. I use it on a server that has run 6.x, 7.x, and now 8.0. -- John Baldwin