Am Samstag, 6. April 2002 15:10 schrieb Alexander Leidinger:
> On  6 Apr, Josef Karthauser wrote:
> >> Only my USB mice does something bad, it hangs the system hard on
> >> shutdown.
> >
> > Try this which Scott Long submitted a few days ago:
> >
> > Index: uhci.c
> > ===================================================================
> > RCS file: /usr/home/ncvs/src/sys/dev/usb/uhci.c,v
> > retrieving revision 1.104
> > diff -u -r1.104 uhci.c
> > --- uhci.c      1 Apr 2002 22:03:37 -0000       1.104
> > +++ uhci.c      5 Apr 2002 08:17:03 -0000
> > @@ -2051,6 +2051,7 @@
> >             xfer->pipe->intrxfer = 0;
> >     }
> >     uhci_abort_xfer(xfer, USBD_CANCELLED);
> > +   usb_transfer_complete(xfer);
> >  }
> >
> >  /* Close a device interrupt pipe. */

Works for me as well. I can't say nothing about usb-printing but the 
mouse issue seems to be solved with this patch.

I someone asks me - please commit it ASAP
-- 
Ciao/BSD - Matthias

Matthias Schuendehuette <[EMAIL PROTECTED]>, Berlin (Germany)
Powered by FreeBSD 4.5-STABLE

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to