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

Commit ce6013c3 authored by Mayank Rana's avatar Mayank Rana
Browse files

f_gsi: Update USB DPL string descriptor value



Use "DPL Data" as string descriptor's value with USB DPL interface as host
side application only looks for "DPL" string.

Change-Id: I6b6e3b0f65a0fb1135d40c5c955c2b76c43a3fd6
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent b0f0e2bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1393,7 +1393,7 @@ static struct usb_descriptor_header *qdss_gsi_ss_data_only_desc[] = {

/* string descriptors: */
static struct usb_string qdss_gsi_string_defs[] = {
	[0].s = "Qualcomm DPL Data",
	[0].s = "DPL Data",
	{}, /* end of list */
};