commit | 31d781609a9ff426f6dcfd8d4729ebe689f629bd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 23:47:53 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:27:51 2015 -0700 |
tree | d8c0ab9edc93cd0d30e48eda68ba861b7155f7b9 | |
parent | 0a74c962892c7c727f603ec536e7bff3ead5ba5c [diff] |
sandbox: usb: Allow dynamic emulated USB device descriptors We would like the serial number to come from the device tree node name of the emulated device. This avoids them all having the same name. Adjust the code to support this. Signed-off-by: Simon Glass <sjg@chromium.org>