From owner-freebsd-current@FreeBSD.ORG Fri Mar 19 10:09:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9298E16A4CE for ; Fri, 19 Mar 2004 10:09:05 -0800 (PST) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D6B243D2F for ; Fri, 19 Mar 2004 10:09:02 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc11) with ESMTP id <2004031918090101100iki21e>; Fri, 19 Mar 2004 18:09:01 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id KAA99741; Fri, 19 Mar 2004 10:09:00 -0800 (PST) Date: Fri, 19 Mar 2004 10:08:59 -0800 (PST) From: Julian Elischer To: Tony Maher In-Reply-To: <200403191219.i2JCJVdO000859@k9.a1.asic.gov.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: usb moused no longer starts X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 19 Mar 2004 18:09:05 -0000 there were small changes to usb_subr.c can you see what happens if you back that file back 2 days On Fri, 19 Mar 2004, Tony Maher wrote: > Hello > > just did make world and moused on the usb mouse no longer starts. > USB mouse attach/detach events are still there but moused does not start. > I noted that sime usb changes went in. > > ums0: at uhub0 port 2 (addr 2) disconnected > ums0: detached > ums0: Logitech USB-PS/2 Mouse M-BA47, rev 1.00/1.20, addr 2, iclass 3/1 > ums0: 4 buttons and Z dir. > ums0: at uhub0 port 2 (addr 2) disconnected > ums0: detached > ums0: Logitech USB-PS/2 Mouse M-BA47, rev 1.00/1.20, addr 2, iclass 3/1 > ums0: 4 buttons and Z dir. > > /etc/usb.conf > device "Logitech USB-PS/2 Mouse M-BA47" > vendor 0x046d > product 0xc002 > release 0x0120 > devname "ums[0-9]+" > attach "/usr/sbin/moused -p /dev/${DEVNAME} -m2=4 -I /var/run/moused.${DEVNAME}.pid" > > > Running moused manually wrks fine. > > This is on an Compaq Evo N610c. > > -- > tonym > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >