Re: usb moused no longer starts

From: Matthew Dillon <dillon_at_apollo.backplane.com>
Date: Sun, 21 Mar 2004 10:16:15 -0800 (PST)
    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
:_at__at_ -1124,13 +1124,13 _at__at_
:        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);
: }
Received on Sun Mar 21 2004 - 09:16:21 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:48 UTC