VirtualBox

Changeset 91058 in vbox for trunk/src/VBox/Devices/Input


Ignore:
Timestamp:
Sep 1, 2021 1:35:17 PM (3 years ago)
Author:
vboxsync
Message:

Fixed broken testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp

    r86399 r91058  
    238238        g_drvTstMouse.pDrv->pfnPutEvent(g_drvTstMouse.pDrv, 123, -16, 1, -1, 3);
    239239        Urb.EndPt = 0x01;
     240        Urb.enmType = VUSBXFERTYPE_INTR;
     241        Urb.cbData = 4;
    240242        rc = g_UsbHidMou.pfnUrbQueue(pUsbIns, &Urb);
    241243    }
     
    283285    {
    284286        Urb.EndPt = 0x01;
     287        Urb.enmType = VUSBXFERTYPE_INTR;
     288        Urb.cbData = 8;
    285289        rc = g_UsbHidMou.pfnUrbQueue(pUsbIns, &Urb);
    286290    }
     
    333337    {
    334338        Urb.EndPt = 0x01;
     339        Urb.enmType = VUSBXFERTYPE_INTR;
     340        Urb.cbData = 8;
    335341        rc = g_UsbHidMou.pfnUrbQueue(pUsbIns, &Urb);
    336342    }
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