| 87 | } |
| 88 | |
| 89 | OSString* ChatPadKeyboardClass::newTransportString() const |
| 90 | { |
| 91 | return OSString::withCString("Serial"); |
| 92 | } |
| 93 | |
| 94 | OSNumber* ChatPadKeyboardClass::newVendorIDNumber() const |
| 95 | { |
nothing calls this directly
no outgoing calls
no test coverage detected