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

Commit ad49498e authored by Tim Kilbourn's avatar Tim Kilbourn Committed by Android Git Automerger
Browse files

am 1aadfc2b: Merge "Miss USB device Interface from UsbManager.getDeviceList()." into mnc-dev

* commit '1aadfc2b':
  Miss USB device Interface from UsbManager.getDeviceList().
parents be01800d 1aadfc2b
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -231,6 +231,8 @@ public class UsbHostManager {
            mNewConfigurations = null;
            mNewConfigurations = null;
            mNewInterfaces = null;
            mNewInterfaces = null;
            mNewEndpoints = null;
            mNewEndpoints = null;
            mNewConfiguration = null;
            mNewInterface = null;
        }
        }
    }
    }