Changeset 91058 in vbox for trunk/src/VBox/Devices/Input
- Timestamp:
- Sep 1, 2021 1:35:17 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Input/testcase/tstUsbMouse.cpp
r86399 r91058 238 238 g_drvTstMouse.pDrv->pfnPutEvent(g_drvTstMouse.pDrv, 123, -16, 1, -1, 3); 239 239 Urb.EndPt = 0x01; 240 Urb.enmType = VUSBXFERTYPE_INTR; 241 Urb.cbData = 4; 240 242 rc = g_UsbHidMou.pfnUrbQueue(pUsbIns, &Urb); 241 243 } … … 283 285 { 284 286 Urb.EndPt = 0x01; 287 Urb.enmType = VUSBXFERTYPE_INTR; 288 Urb.cbData = 8; 285 289 rc = g_UsbHidMou.pfnUrbQueue(pUsbIns, &Urb); 286 290 } … … 333 337 { 334 338 Urb.EndPt = 0x01; 339 Urb.enmType = VUSBXFERTYPE_INTR; 340 Urb.cbData = 8; 335 341 rc = g_UsbHidMou.pfnUrbQueue(pUsbIns, &Urb); 336 342 }
Note:
See TracChangeset
for help on using the changeset viewer.