diff options
Diffstat (limited to 'fastboot/device/usb_client.cpp')
-rw-r--r-- | fastboot/device/usb_client.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fastboot/device/usb_client.cpp b/fastboot/device/usb_client.cpp index 5066046a2..9c8076528 100644 --- a/fastboot/device/usb_client.cpp +++ b/fastboot/device/usb_client.cpp @@ -297,3 +297,7 @@ int ClientUsbTransport::Close() { CloseFunctionFs(handle_.get()); return 0; } + +int ClientUsbTransport::Reset() { + return 0; +} |