commit | 668ef3d9089f60897959854cf8c7e217bb4460fe | [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 | ac33899b476699c4616b267228f951b0fc849fa7 [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>