You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to enumerate USB device after registering WindowsUsbDeviceFactory, you get an empty list.
The GetClassGuid implementation in WindowsUsbDeviceFactory class must return WindowsDeviceConstants.GUID_DEVINTERFACE_USB_DEVICE instead of WindowsDeviceConstants.WinUSBGuid
With this correction, you are able to enumerate non HID USB device.