From: taeyoung Date: Thu, 29 Sep 2016 10:09:38 +0000 (+0900) Subject: usb client: do not set serial X-Git-Tag: accepted/tizen/3.0/common/20161114.105113^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F02%2F90302%2F1;p=platform%2Fadaptation%2Fsamsung_exynos%2Fdevice-manager-plugin-artik.git 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 --- 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; }