From owner-freebsd-current@FreeBSD.ORG Mon Feb 16 02:34:39 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F31E106566B for ; Mon, 16 Feb 2009 02:34:39 +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 D55A88FC0C for ; Mon, 16 Feb 2009 02:34:38 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 1F2B1FF39; Mon, 16 Feb 2009 15:34:38 +1300 (NZDT) 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 ANS8Oraiz5sG; Mon, 16 Feb 2009 15:34:33 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 16 Feb 2009 15:34:33 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 3DA8211428; Mon, 16 Feb 2009 15:34:33 +1300 (NZDT) Date: Sun, 15 Feb 2009 18:34:33 -0800 From: Andrew Thompson To: Michael Butler Message-ID: <20090216023433.GA3800@citylink.fud.org.nz> References: <20090215223428.GA74071@citylink.fud.org.nz> <4998D027.5030501@protected-networks.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4998D027.5030501@protected-networks.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: current@freebsd.org Subject: Re: USB2 and USB mice 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: Mon, 16 Feb 2009 02:34:40 -0000 On Sun, Feb 15, 2009 at 09:32:07PM -0500, Michael Butler wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > dmesg says: > > ugen2.2: at usbus2 > ums0: rev 1.10/1.00, addr 2> on usbus2 > ums0: 3 buttons and [XYZ] coordinates > Symlink: ums0 -> usb2.2.0.16 > > .. but ls -l /dev shows no such device .. > > imb@toshi:/home/imb> ls -al /dev/u* > lrwxr-xr-x 1 root wheel 6 Feb 15 21:01 /dev/urandom -> > random > crw-rw-rw- 1 root operator 0, 74 Feb 15 21:01 /dev/usb > > With USB-1, hald would create two processes, one for each mouse > (synaptics touchpad and usb mouse), but now I only see one even after > relinking with libusb20: > > 35157 ?? Rs 12:30.22 /usr/local/sbin/hald > > > 35158 ?? I 0:00.02 hald-runner > > > 35164 ?? I 0:00.05 hald-addon-mouse-sysmouse: /dev/psm0 > (hald-addon-mouse-sy) > > 35168 ?? S 0:00.12 hald-addon-storage: /dev/cd0 > (hald-addon-storage) > > > No amount of fiddling with usbconfig seems to make any difference. > > What am I missing here? You are right on the button. There is a patch in progres to fix this and create device nodes. Should hopefully be in this week. Andrew