Vadym

Results 121 comments of Vadym

It does not work even if complete ISOCH transfers in the filter driver. The result is the same, the loop of {ABORT_PIPE, SYNC_RESET_PIPE_AND_CLEAR_STALL, ISOCH OUT}. I have no more ideas...

QueryBusTime is implemented, it doesn't affect on this issue.

The question is what argument is incorrect, all members of UrbIsochronousTransfer look the same as in WDM driver. By the way, transfer flags has USBD_START_ISO_TRANSFER_ASAP, thus StartFrame is set to...

QueryBusTime affected only USB Audio card which works now. All headsets and speaker don't work, I've spent a huge amount of time trying in vain to figure out what's wrong....

This is a configuration descriptor of my audio speaker (length 116 or 0x74) ``` 0000 09027400 02010080 FA090400 00000101 ..t............. 0010 00000924 0100012B 0001010C 24020101 ...$...+....$... 0020 01000203 0000000D 24060D01...

Thank you very much, this is very valuable info for me! I'll deal with that as soon as will have free time.

Do you know the best way to fix that?

I always knew that it will be very simple fix. But I didn't notice that it is due to the device speed. Great! UDE has added its own issues and...

> > Do you know how the best way to fix that? > > When calling [`UdecxUsbDeviceInitSetSpeed`](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/udecxusbdevice/nf-udecxusbdevice-udecxusbdeviceinitsetspeed) set it to `UdecxUsbHighSpeed` instead of `UdecxUsbFullSpeed` ([see](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/udecxusbdevice/ne-udecxusbdevice-_udecx_usb_device_speed)) It does not work, the...

Thank you, I'll try. usbip means that the driver receives usb transfers from the device driver on Windows and sends them to Linux server. The received results from Linux are...