VirtualBox

Changeset 37286 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 1, 2011 10:24:35 AM (14 years ago)
Author:
vboxsync
Message:

VBoxGuest/win: complete the PNP_QUERY IRPS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-win-pnp.cpp

    r36060 r37286  
    243243                rc = vboxguestwinSendIrpSynchronously(pDevExt->win.s.pNextLowerDriver, pIrp, TRUE);
    244244
    245                 /* Do not complete the IRP. */
    246                 return rc;
     245                /* We MUST do IRP completion here!!! because vboxguestwinSendIrpSynchronously
     246                 * has done STATUS_MORE_PROCESSING_REQUIRED in its IRP completion */
    247247            }
    248248
     
    333333                rc = vboxguestwinSendIrpSynchronously(pDevExt->win.s.pNextLowerDriver, pIrp, TRUE);
    334334
    335                 /* Do not complete the IRP. */
    336                 return rc;
     335                /* We MUST do IRP completion here!!! because vboxguestwinSendIrpSynchronously
     336                 * has done STATUS_MORE_PROCESSING_REQUIRED in its IRP completion */
    337337            }
    338338
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette