Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa09be57 authored by Jerry Zhang's avatar Jerry Zhang Committed by android-build-merger
Browse files

Merge "adb: Lower EP_ALLOC retry count"

am: 7cd83491

Change-Id: Ib9c22c54c0234299a1538428779425387b642c76
parents bfe7cf0e 7cd83491
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ using namespace std::chrono_literals;

#define FUNCTIONFS_ENDPOINT_ALLOC       _IOR('g', 231, __u32)

static constexpr size_t ENDPOINT_ALLOC_RETRIES = 10;
static constexpr size_t ENDPOINT_ALLOC_RETRIES = 2;

static int dummy_fd = -1;