Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

multinode

macrumors regular
Original poster
Feb 4, 2011
150
0
I have a DADiskRef of a USB disk. How can I recurse the DADiskRef's children to get the LocationId of the USB device?
 
If you're referring to the interfaces and endpoints of the USB device itself, then you'd need to start looking at:

IOUSBDeviceInterface and/or IOUSBDevice

In terms of block devices, I've never really deals with them, only just comms devices such as TTY devices or network devices.

Either way, through IOUSBDeviceInterface and/or IOUSBDevice

You can pretty much get everything you want from the EndPoint descriptors.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.