Get report
| 122 | |
| 123 | // Get report |
| 124 | IOReturn Xbox360ControllerClass::getReport(IOMemoryDescriptor *report,IOHIDReportType reportType,IOOptionBits options) |
| 125 | { |
| 126 | // Doesn't do anything yet ;) |
| 127 | return kIOReturnUnsupported; |
| 128 | } |
| 129 | |
| 130 | IOReturn Xbox360ControllerClass::handleReport(IOMemoryDescriptor * descriptor, IOHIDReportType reportType, IOOptionBits options) { |
| 131 | if (descriptor->getLength() >= sizeof(XBOX360_IN_REPORT)) { |
nothing calls this directly
no outgoing calls
no test coverage detected