Hi,

-ENOCONTEXT

What is the use case?

> +    QTAILQ_FOREACH(port, l, next) {
> +        DeviceSlotInfo *slot = make_slot(BUS(bus));
> +        /*
> +         * TODO: should the "bus" option be included, or is
> +         * "port" enough to identify the USB bus + port?
> +         */

Yes, bus must be included, port alone isn't enough in case multiple usb
host adapters are present.

cheers,
  Gerd


Reply via email to