Hi,
bInterfaceNumber is described as "Zero-based value identifying the index in the array of concurrent interfaces supported by this configuration."
My question is if it is valid to have non-contiguous interface numbers?
If I have three interfaces, which of the following respective values for bInterfaceNumber is valid:
* 0, 1, 2
* 1, 2, 0
* 1, 2, 4