usb-device icon indicating copy to clipboard operation
usb-device copied to clipboard

Support for multiple device configurations

Open ia0 opened this issue 1 year ago • 8 comments

Am I understanding correctly that the UsbBusAllocator and UsbDeviceBuilder APIs don't support creating a device with multiple USB configurations? For example a device that would look like this:

  • Configuration 1:
    • Interface 1
  • Configuration 2:
    • Interface 1
    • Interface 2

ia0 avatar May 02 '24 16:05 ia0