~ubuntu-branches/ubuntu/precise/virtualbox/precise-updates

« back to all changes in this revision

Viewing changes to src/VBox/HostDrivers/VBoxUSB/win/Monitor/USBMon.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-07-04 13:02:31 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20110704130231-l843es6wqhx614n7
Tags: 4.0.10-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Add the Modaliases control field manually for maximum backportability.

Show diffs side-by-side

added added

removed removed

Lines of Context:
755
755
            if (!pNewIrp)
756
756
                break;
757
757
 
 
758
            /* The driver verifier claims all PNP irps must have Status preset to STATUS_NOT_SUPPORTED */
 
759
            pNewIrp->IoStatus.Status = STATUS_NOT_SUPPORTED;
 
760
 
758
761
            /* Get the next stack location as that is used for the new irp */
759
762
            newIrpStack = IoGetNextIrpStackLocation(pNewIrp);
760
763
            Assert(newIrpStack);
797
800
            if (!pNewIrp)
798
801
                break;
799
802
 
 
803
            /* The driver verifier claims all PNP irps must have Status preset to STATUS_NOT_SUPPORTED */
 
804
            pNewIrp->IoStatus.Status = STATUS_NOT_SUPPORTED;
 
805
 
800
806
            /* Get the next stack location as that is used for the new irp */
801
807
            newIrpStack = IoGetNextIrpStackLocation(pNewIrp);
802
808
            Assert(newIrpStack);