Searched refs:GET_REPORT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp1787 #define GET_REPORT 0x01 macro
1847 case GET_REPORT:
1852 pSetup->bRequest == GET_REPORT? "GET_REPORT": "SET_REPORT",
1855 if (pSetup->bRequest == GET_REPORT)
1909 rc = usbHidCompleteStall(pThis, pEp, pUrb, "Unsupported GET_REPORT MT");

Completed in 52 milliseconds