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

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

Merge "USB: f_accessory: Set manufacturer and model string to default value"

parents 372dd694 68ddced1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -940,6 +940,8 @@ int acc_ctrlrequest(struct usb_composite_dev *cdev,
			memset(dev->serial, 0, sizeof(dev->serial));
			dev->start_requested = 0;
			dev->audio_mode = 0;
			strlcpy(dev->manufacturer, "Android", ACC_STRING_SIZE);
			strlcpy(dev->model, "Android", ACC_STRING_SIZE);
		}
	}