usb-redir: Enable pipelining for bulk endpoints
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
a508cc42e2
commit
6c67446a42
@ -1197,6 +1197,9 @@ static void usbredir_ep_info(void *priv,
|
|||||||
usb_redir_cap_ep_info_max_packet_size)) {
|
usb_redir_cap_ep_info_max_packet_size)) {
|
||||||
usb_ep->max_packet_size = ep_info->max_packet_size[i];
|
usb_ep->max_packet_size = ep_info->max_packet_size[i];
|
||||||
}
|
}
|
||||||
|
if (ep_info->type[i] == usb_redir_type_bulk) {
|
||||||
|
usb_ep->pipeline = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user