UsbGadget: Change PID from 0x4ee7 to 0x4e11 for ADB only composition
Change PID from 0x4ee7 to 0x4e11 for ADB only composition for
loading host side ADB only driver.
Change-Id: Ie5443fcd50bc5c25af493e30a8af49d3a1e9a827
diff --git a/hal/UsbGadget.cpp b/hal/UsbGadget.cpp
index 65a8c09..1ab603d 100644
--- a/hal/UsbGadget.cpp
+++ b/hal/UsbGadget.cpp
@@ -241,7 +241,7 @@
V1_0::Status ret = Status::SUCCESS;
switch (functions) {
case static_cast<uint64_t>(GadgetFunction::ADB):
- ret = setVidPid("0x18d1", "0x4ee7");
+ ret = setVidPid("0x18d1", "0x4e11");
break;
case static_cast<uint64_t>(GadgetFunction::MTP):
ret = setVidPid("0x18d1", "0x4ee1");