On Wed, Jan 4, 2017 at 3:53 PM, Matthew Garrett <mj...@coreos.com> wrote: > usb_choose_configuration() hasn't been called at this point, so no - > we don't create any device entries, so there's no way for userspace to > know anything (there isn't even a uevent on device plug). And even if > you could scrape the info, you still have no way of knowing what > configuration the kernel will choose if the device has multiple.
Ah, I had things slightly misconfigured (accidentally deauthorised the hub itself, so unsurprising that children wouldn't show up) - you do get an event for the device itself, but you still have no means of identifying how the endpoints will show up without parsing the binary descriptors and then hoping that you have the same heuristics as the kernel.