Is there any formal (or at least accurate) documentation
on which USBD requests require/allow which IRQL? For
instance, I know I can invoke
URB_FUNCTION_BULK_OR_INTERRUPT_TRANSFER at DISPATCH_LEVEL
and I know that URB_FUNCTION_SELECT_CONFIGURATION when
called at DISPATCH_LEVEL (executes paged code at line 1025
of usbd\config.c).
It sure would be handy to have a document on this rather
than needing to step through all this by trial-and-error.
Thanks.
--
Daniel Norton