From owner-freebsd-current@FreeBSD.ORG Fri Mar 19 23:45:11 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 ED95416A4CE for ; Fri, 19 Mar 2004 23:45:11 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id D18BD43D1F for ; Fri, 19 Mar 2004 23:45:09 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc13) with ESMTP id <2004032007450801500mimt2e>; Sat, 20 Mar 2004 07:45:09 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id XAA06579; Fri, 19 Mar 2004 23:45:07 -0800 (PST) Date: Fri, 19 Mar 2004 23:45:06 -0800 (PST) From: Julian Elischer To: Tony Maher In-Reply-To: <200403200639.i2K6dVFg000688@k9.a1.asic.gov.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: matt@xtaz.net 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: Sat, 20 Mar 2004 07:45:12 -0000 On Sat, 20 Mar 2004, Tony Maher wrote: > > From julian at elischer.org wrote on Sat Mar 20 17:11:40 2004 > > > try the following reversion > > (add this to 1.61) > > > > (apply by hand) > > > > This fixed the problem for me. thanks, comitted. > > thanks > -- > tonym > > --- usb_subr.c.1.61 Fri Mar 19 21:28:00 2004 > +++ usb_subr.c Sat Mar 20 17:15:47 2004 > @@ -1124,13 +1124,13 @@ > DPRINTF(("usbd_new_device: new dev (addr %d), dev=%p, parent=%p\n", > addr, dev, parent)); > > - usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev); > - > err = usbd_probe_and_attach(parent, dev, port, addr); > if (err) { > usbd_remove_device(dev, up); > return (err); > } > + > + usbd_add_dev_event(USB_EVENT_DEVICE_ATTACH, dev); > > return (USBD_NORMAL_COMPLETION); > } > _______________________________________________ > 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" >