usb moused no longer starts

Matthew Dillon dillon at apollo.backplane.com
Sun Mar 21 10:16:21 PST 2004


    Nice catch.

					-Matt
					Matthew Dillon 
					<dillon at 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);
: }


More information about the freebsd-current mailing list