| 77 | } |
| 78 | |
| 79 | OSNumber* ChatPadKeyboardClass::newPrimaryUsagePageNumber() const |
| 80 | { |
| 81 | return OSNumber::withNumber(HID_ChatPad::ReportDescriptor[1], 8); |
| 82 | } |
| 83 | |
| 84 | OSString* ChatPadKeyboardClass::newProductString() const |
| 85 | { |
nothing calls this directly
no outgoing calls
no test coverage detected