Hello,
I'm trying to figure out a way to determine the device node for mounting a USB device. I have a list of potential vendor and product IDs to work from. I can find a device that matches using usbconfig, and I can find device nodes with camcontrol devlist, or even sysctl kern.disks, but I can't find a way to get from one to the other. I'm modifying an existing application that's written mostly in Python, but some C code would be ok.
Thanks,
Denver
I'm trying to figure out a way to determine the device node for mounting a USB device. I have a list of potential vendor and product IDs to work from. I can find a device that matches using usbconfig, and I can find device nodes with camcontrol devlist, or even sysctl kern.disks, but I can't find a way to get from one to the other. I'm modifying an existing application that's written mostly in Python, but some C code would be ok.
Thanks,
Denver