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

Commit 96db95be authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "f_qdss: allow USB enumeration if speed is full speed mode"

parents d4472c65 1a40ae20
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -677,7 +677,6 @@ static int qdss_set_alt(struct usb_function *f, unsigned int intf,
	if (gadget->speed < USB_SPEED_HIGH) {
	if (gadget->speed < USB_SPEED_HIGH) {
		pr_err("%s: qdss doesn't support USB full or low speed\n",
		pr_err("%s: qdss doesn't support USB full or low speed\n",
								__func__);
								__func__);
		ret = -EINVAL;
		goto fail1;
		goto fail1;
	}
	}