Date: Sun, 21 Mar 2004 10:16:15 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Julian Elischer <julian@elischer.org> Cc: matt@xtaz.net Subject: Re: usb moused no longer starts Message-ID: <200403211816.i2LIGF3Y001238@apollo.backplane.com> References: <Pine.BSF.4.21.0403192154500.5587-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Nice catch. -Matt Matthew Dillon <dillon@backplane.com> : :try the following reversion :(add this to 1.61) : :(apply by hand) : :Index: usb_subr.c :=================================================================== :RCS file: /home/ncvs/src/sys/dev/usb/usb_subr.c,v :retrieving revision 1.61 :diff -u -r1.61 usb_subr.c :--- usb_subr.c 19 Mar 2004 08:19:52 -0000 1.61 :+++ usb_subr.c 20 Mar 2004 05:54:40 -0000 :@@ -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); : }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403211816.i2LIGF3Y001238>