Skip to content

Instantly share code, notes, and snippets.

@tomac
Created June 30, 2014 14:06
Show Gist options
  • Select an option

  • Save tomac/23ad0511de27ccd0eab3 to your computer and use it in GitHub Desktop.

Select an option

Save tomac/23ad0511de27ccd0eab3 to your computer and use it in GitHub Desktop.
Iterator
io_service_t usbDevice;
int action = 0;
while ((usbDevice = IOIteratorNext(iterator))) {
get_usb_device_info(usbDevice, newdev);
IOObjectRelease(usbDevice);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment