Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19bea45e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: misc: mdm_data_bridge: Set device period value for int in pipe"

parents da64f3ae 634af8ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1023,6 +1023,7 @@ bridge_probe(struct usb_interface *iface, const struct usb_device_id *id)
	}
	if (data_int_in) {
		__dev[ch_id]->use_int_in_pipe = true;
		__dev[ch_id]->period = data_int_in->desc.bInterval;
		status = data_bridge_probe(iface, data_int_in, bulk_out,
				bname[BRIDGE_DATA_IDX], ch_id);
	} else {