| 92 | } |
| 93 | |
| 94 | OSNumber* ChatPadKeyboardClass::newVendorIDNumber() const |
| 95 | { |
| 96 | // Same as USB |
| 97 | return OSNumber::withNumber(100, 32); |
| 98 | } |
| 99 | |
| 100 | OSNumber* ChatPadKeyboardClass::newProductIDNumber() const |
| 101 | { |
nothing calls this directly
no outgoing calls
no test coverage detected