Skip to content

Commit

Permalink
Merge cherrypicks of [5201218] into pi-qpr1-release
Browse files Browse the repository at this point in the history
Change-Id: I75c44dc914264c072c81e85e51fdca79140a68f1
  • Loading branch information
android-build-team Robot committed Oct 5, 2018
2 parents eabf8fc + 78ed42a commit ac5e799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb/UsbGadget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ constexpr int BUFFER_SIZE = 512;
constexpr int MAX_FILE_PATH_LENGTH = 256;
constexpr int EPOLL_EVENTS = 10;
constexpr bool DEBUG = false;
constexpr int DISCONNECT_WAIT_US = 10000;
constexpr int DISCONNECT_WAIT_US = 100000;

#define BUILD_TYPE "ro.build.type"
#define GADGET_PATH "/config/usb_gadget/g1/"
Expand Down

0 comments on commit ac5e799

Please sign in to comment.