| 50 | } |
| 51 | |
| 52 | IOReturn ChatPadKeyboardClass::getReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options) |
| 53 | { |
| 54 | return kIOReturnUnsupported; |
| 55 | } |
| 56 | |
| 57 | IOReturn ChatPadKeyboardClass::handleReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options) |
| 58 | { |
nothing calls this directly
no outgoing calls
no test coverage detected