commit | af9c7c11e97ce99a8b8a0de99f91bde1b703377e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 08 23:47:55 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Nov 19 20:27:51 2015 -0700 |
tree | 174b9e5b545fac3c1d50c8dbc91b187a0a3fcd4b | |
parent | 80438a6c71b95b2749bdf5c58f7ff26f2907f3d5 [diff] |
sandbox: usb: Allow finding a USB emulator for a device Each USB device has an emulator. Currently this can only be found by supplying the 'pipe' value, which contains the device number. Add a way to find it directly from the emulated device. Signed-off-by: Simon Glass <sjg@chromium.org>