-----Original Message-----
when I shutdown my windows xp a blu screen appears and I
get this error message
multiple_irp_complete_requests
I use a Trust 4 port compact UBS hub.
kan it be related to this hub?
.
Cause
A driver has called IoCompleteRequest to ask that an IRP
be completed, but the packet has already been completed.
Resolving the Problem
This is a tough bug to find because the simplest case a
driver that attempted to complete its own packet twice is
usually not the source of the problem. More likely, two
separate drivers each believe that they own the packet,
and each has attempted to complete it. The first request
succeeds, and the second fails, resulting in this bug
check.
Tracking down which drivers in the system caused the
error is difficult, because the trail of the first driver
has been covered by the second. However, the driver stack
for the current request can be found by examining the
device object fields in each of the stack locations.
It sounds like your USB hub may be the cause.