From 87d196ed887110827dbd7e078c8084703973e6ad Mon Sep 17 00:00:00 2001 From: taeyoung Date: Thu, 29 Sep 2016 19:09:38 +0900 Subject: [PATCH] usb client: do not set serial The serial is used to distinguish devices for testing. Thus the serial is not set. Change-Id: I49b139878c68ac8769eb7d7f5d1424145eb78dd7 Signed-off-by: taeyoung --- hw/usb_client/usb_client.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/hw/usb_client/usb_client.c b/hw/usb_client/usb_client.c index f63354d..455e741 100644 --- a/hw/usb_client/usb_client.c +++ b/hw/usb_client/usb_client.c @@ -460,13 +460,6 @@ static int legacy_set_gadget_strs(struct usb_gadget_strings *strs) return ret; } - if (strs->serial) { - ret = sys_set_str(LEGACY_ISERIAL_PATH, - strs->serial); - if (ret) - return ret; - } - return ret; } -- 2.7.4