Hi,
I'm developing a USB client driver and I found that USBD will keep
several USB ACK together until a bus driver thread was signaled, and
corresponding IRP completion routines will be invoked together.
I'm thinking of if there's any way I can get the information from the
bus driver about how many IRPs completion routine will be returned in this
session, which can let me to process whole these IRPs completion routine in
the last one.
Thanks in advance,
juji