|
From: Malcolm C. <cru...@gm...> - 2015-09-18 12:29:21
|
Hello all, I'm trying to get USB bus and port information for a given USBDevice, to map it to /dev/bus/usb/ on Ubuntu. I can get the port with device.getParentUsbPort().getPortNumber(), but not the bus. Is this possible without going down to LibUsb level? And if not, how do I convert a USBDevice to LibUsb's Device to get the info that way? Malcolm |