IOHIDManagerSetDeviceMatchingMultiple(hidman, matchingArray);while(CFRunLoopRunInMode(tempRunLoopMode,0,TRUE)==kCFRunLoopRunHandledSource) {/* no-op. Callback fires once per existing device. */}/* Put this in the normal RunLoop mode now, for future hotplug events. */IOHIDManagerUnscheduleFrom...