--- 2d989c487f615d47f6bf2daa2882fbcdce9b709e +++ 8ed52063edb88cf4ba0a2b860989b371a25233df @@ -97,6 +97,9 @@ static void vhci_recv_ret_submit(struct if (usbip_recv_iso(ud, urb) < 0) return; + /* restore the padding in iso packets */ + if (usbip_pad_iso(ud, urb) < 0) + return; if (usbip_dbg_flag_vhci_rx) usbip_dump_urb(urb);