| 98 | } |
| 99 | |
| 100 | OSNumber* ChatPadKeyboardClass::newProductIDNumber() const |
| 101 | { |
| 102 | // Same as USB, plus one |
| 103 | return OSNumber::withNumber(100, 32); |
| 104 | } |
| 105 | |
| 106 | static IOHIDDevice* GetParent(const IOService *current) |
| 107 | { |
nothing calls this directly
no outgoing calls
no test coverage detected