projects
/
platform
/
hal
/
backend
/
tw3
/
device-tw3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6609e6
)
usb client: do not set serial
author
taeyoung
<ty317.kim@samsung.com>
Thu, 29 Sep 2016 10:12:16 +0000
(19:12 +0900)
committer
taeyoung
<ty317.kim@samsung.com>
Thu, 29 Sep 2016 10:12:16 +0000
(19:12 +0900)
The serial is used to distinguish devices for testing.
Thus the serial is not set.
Change-Id: I1338e0d08eb504709ea38a64ed4e2664d06beac0
Signed-off-by: taeyoung <ty317.kim@samsung.com>
hw/usb_client/usb_client.c
patch
|
blob
|
history
diff --git
a/hw/usb_client/usb_client.c
b/hw/usb_client/usb_client.c
index
f63354d
..
455e741
100644
(file)
--- 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;
}