[USBOHCI]

- Queue a work item to handle an enable status change condition

svn path=/trunk/; revision=55739
This commit is contained in:
Cameron Gutman 2012-02-20 08:25:38 +00:00
parent bc411bd0a0
commit 07f816a3f9

View file

@ -1634,6 +1634,18 @@ OhciDefferedRoutine(
//
QueueSCEWorkItem = TRUE;
}
else if (PortStatus & OHCI_RH_PORTSTATUS_PESC)
{
//
// device disconnected or some error condition
//
ASSERT(!(PortStatus & OHCI_RH_PORTSTATUS_PES));
//
// work to do
//
QueueSCEWorkItem = TRUE;
}
else if (PortStatus & OHCI_RH_PORTSTATUS_PRSC)
{
//