Re: [pyusb-users] Bus number

2016-07-02 Thread Wander Lairson Costa
Hi, I don't know if libusb provides this feature, better to ask in their mailing list. But you may try through Windows Setup API. 2016-06-20 4:03 GMT-03:00 Igor Bezenchuk : > Hi, > I am trying to figure out BDF{Bus;Device;Function} of host with pyusb in > windows? I get bus value from libusb whic

[pyusb-users] Bus number

2016-06-20 Thread Igor Bezenchuk
Hi,I am trying to figure out BDF{Bus;Device;Function} of host with pyusb in windows? I get bus value from libusb which is usually a number from 1..n(depeanding on number of USB hosts. This is a problem for me because I want to identify them based upon their PCIe address. Is there a way to link p