| 55 | } |
| 56 | |
| 57 | bool Xbox360ControllerClass::start(IOService *provider) |
| 58 | { |
| 59 | if (OSDynamicCast(Xbox360Peripheral, provider) == NULL) |
| 60 | return false; |
| 61 | return IOHIDDevice::start(provider); |
| 62 | } |
| 63 | |
| 64 | IOReturn Xbox360ControllerClass::setProperties(OSObject *properties) |
| 65 | { |
nothing calls this directly
no outgoing calls
no test coverage detected