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

/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp1850 uint8_t u8ReportID = RT_LO_U8(pSetup->wValue); local
1853 u8ReportType, u8ReportID,
1859 if (u8ReportType == 1 && u8ReportID == REPORTID_TOUCH_POINTER)
1869 else if (u8ReportType == 1 && u8ReportID == REPORTID_TOUCH_EVENT)
1877 else if (u8ReportType == 3 && u8ReportID == REPORTID_TOUCH_MAX_COUNT)
1884 else if (u8ReportType == 3 && u8ReportID == REPORTID_TOUCH_QABLOB)
1892 else if (u8ReportType == 3 && u8ReportID == REPORTID_TOUCH_DEVCONFIG)

Completed in 77 milliseconds