Date: Fri, 19 Mar 2004 23:45:06 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Tony Maher <tonymaher@optushome.com.au> Cc: matt@xtaz.net Subject: Re: usb moused no longer starts Message-ID: <Pine.BSF.4.21.0403192344520.5587-100000@InterJet.elischer.org> In-Reply-To: <200403200639.i2K6dVFg000688@k9.a1.asic.gov.au>
next in thread | previous in thread | raw e-mail | index | archive | help
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) > > <patch deleted> > > 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0403192344520.5587-100000>