From db3e02344988a077005923b26baceb0728656525 Mon Sep 17 00:00:00 2001 From: taeyoung Date: Thu, 29 Sep 2016 18:42:57 +0900 Subject: usb client: do not set serial The serial is used to distinguish devices for testing. Thus the serial is not set. Change-Id: I7391ee80c101c6335faa31f0e27a7a184249fe9b 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; } -- cgit v1.2.3