| 44 | } |
| 45 | |
| 46 | IOReturn ChatPadKeyboardClass::setReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options) |
| 47 | { |
| 48 | // Maybe add LED support later? |
| 49 | return kIOReturnUnsupported; |
| 50 | } |
| 51 | |
| 52 | IOReturn ChatPadKeyboardClass::getReport(IOMemoryDescriptor *report, IOHIDReportType reportType, IOOptionBits options) |
| 53 | { |