| 1019 | } |
| 1020 | |
| 1021 | void Xbox360Peripheral::PadDisconnect(void) |
| 1022 | { |
| 1023 | if (padHandler != NULL) |
| 1024 | { |
| 1025 | padHandler->terminate(kIOServiceRequired | kIOServiceSynchronous); |
| 1026 | padHandler->release(); |
| 1027 | padHandler = NULL; |
| 1028 | } |
| 1029 | } |
| 1030 | |
| 1031 | // Serial peripheral support |
| 1032 |
nothing calls this directly
no outgoing calls
no test coverage detected