Date: Mon, 2 May 2011 08:28:48 +0200 From: Hans Petter Selasky <hselasky@c2i.net> To: freebsd-usb@freebsd.org, FreeBSD-gnats-submit@freebsd.org Cc: freebsd-amd64@freebsd.org Subject: Re: usb/156725: USB stack stall cause complete system input loss Message-ID: <201105020828.49312.hselasky@c2i.net> In-Reply-To: <201105020026.p420QTqI047368@freefall.freebsd.org> References: <201105020026.p420QTqI047368@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 02 May 2011 02:26:29 linimon@freebsd.org wrote: > Synopsis: USB stack stall cause complete system input loss > > Responsible-Changed-From-To: freebsd-amd64->freebsd-usb > Responsible-Changed-By: linimon > Responsible-Changed-When: Mon May 2 00:25:49 UTC 2011 > Responsible-Changed-Why: > reclassify. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=156725 Hi, All attach and detach methods are run from a single thread, the root HUB thread. If any device driver is blocking the detach routine for some reason, other devices on the same USB controller will be prevented from enumerating aswell. --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105020828.49312.hselasky>