| 114 | } |
| 115 | |
| 116 | bool ChatPadKeyboardClass::start(IOService *provider) |
| 117 | { |
| 118 | if (!IOHIDDevice::start(provider)) |
| 119 | return false; |
| 120 | return OSDynamicCast(Xbox360Peripheral, provider) != NULL; |
| 121 | } |
| 122 | |
| 123 | OSString* ChatPadKeyboardClass::newManufacturerString() const |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected