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

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

Merge "usb: gadget: android: Enable RNDIS_QC depending on transport"

parents f78c6de9 b5899737
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2999,6 +2999,11 @@ functions_store(struct device *pdev, struct device_attribute *attr,
					ffs_enabled = 1;
				continue;
			}

			if (!strcmp(name, "rndis") &&
				!strcmp(strim(rndis_transports), "BAM2BAM_IPA"))
				name = "rndis_qc";

			err = android_enable_function(dev, conf, name);
			if (err)
				pr_err("android_usb: Cannot enable '%s' (%d)",