Date: Sat, 6 Apr 2002 23:14:07 +0200 From: Matthias Schuendehuette <msch@snafu.de> To: Alexander Leidinger <Alexander@Leidinger.net>, joe@tao.org.uk Cc: julian@elischer.org, current@FreeBSD.ORG, joe@FreeBSD.ORG Subject: Re: usb lpt borked? Message-ID: <E16txVg-00053a-00@smart.eusc.inter.net> In-Reply-To: <200204061310.g36DAlEx000500@Magelan.Leidinger.net> References: <200204061310.g36DAlEx000500@Magelan.Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <msch@snafu.de>, Berlin (Germany) Powered by FreeBSD 4.5-STABLE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16txVg-00053a-00>