|
From: Alan S. <st...@ro...> - 2011-07-01 14:57:53
|
On Fri, 1 Jul 2011, Michael Bauer wrote: > Great, this is exactly what i was looking for. Already implemented and > working - Thanks for the quick reply :-) > > Although i am not involved at all in libusb development - Might this be > a topic for future integration into libusb directly? This was discussed some time ago. It was proposed that two new routines be added to libusb: Given a device, return the bus number and sequence of ports numbers in the upstream hubs above the device. Given a bus number and a sequence of port numbers, return the device at that location. So far not much has been written (I think part of this was implemented in the Windows port of libusb). Alan Stern |