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

Commit 915b232b 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" into msm-4.9

parents fc212674 59d1f313
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -942,6 +942,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);
		}
	}