mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[USBOHCI]
- Queue a work item to handle an enable status change condition svn path=/trunk/; revision=55739
This commit is contained in:
@@ -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)
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user