DO NOT MERGE :Usb Gadget hal implementation for wahoo

Bug: 63669128
Test: Tested USB gadget configurations and verified
that they enumerated.
Change-Id: If0f98697488f6c7cfe335d4c292acebaaba6c20f
This commit is contained in:
Badhri Jagan Sridharan
2018-01-19 06:08:52 -08:00
committed by Badhri Jagan Sridharan
parent 3102a99db4
commit ecfc861e1e
13 changed files with 654 additions and 415 deletions

View File

@@ -238,7 +238,7 @@ Usb::Usb()
Return<void> Usb::switchRole(const hidl_string &portName,
const PortRole &newRole) {
const V1_0::PortRole &newRole) {
std::string filename =
appendRoleNodeHelper(std::string(portName.c_str()), newRole.type);
std::string written;