usb/156725: USB stack stall cause complete system input loss

Hans Petter Selasky hselasky at c2i.net
Mon May 2 06:40:02 UTC 2011


On Monday 02 May 2011 02:26:29 linimon at 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


More information about the freebsd-amd64 mailing list