Kogotoro

Results 5 issues of Kogotoro

Hi. Encountered next strange behavior have d1 = 1-10 = usb-token USB\VID_0529&PID_0620\5&12C8F4C0&0&2 d2 = 1-29 = usb-token USB\VID_0529&PID_0620\5&12C8F4C0&0&3 d1 & d2 both is USB\VID_0529&PID_0620&REV_0100 : server: plug d1 (shows in...

``` if (NT_SUCCESS(reset_pipe(devstub, info_pipe->PipeHandle))) reply_stub_req_data(devstub, hdr->base.seqnum, NULL, 0, FALSE); else reply_stub_req_err(devstub, USBIP_RET_SUBMIT, hdr->base.seqnum, -8); ``` but ..reset_pipe() returns TRUE(1) or FALSE(0), and NT_SUCCESS(0) = TRUE same as NT_SUCCESS(1) = TRUE...

block `if (n_tries >= 5) {...}` probably should be first in while-loop-scope (edit: with change ret from ERR_BADBIND to ERR_NOTBIND in that case?) , otherwise we perform aply-block 6 times...

Hi, Win-server still lists device already attached to some client as shared and availible for attach. And if i perform attach from a few clients... of course it leads to...