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

Commit 945d15b1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge changes from topic "227137943" am: 2f48177c

parents 4a61540d 2f48177c
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -462,5 +462,15 @@ public final class UsbPortAidl implements UsbPortHal {
                        + operationID + " failed. err:" + retval);
            }
        }

        @Override
        public String getInterfaceHash() {
            return IUsbCallback.HASH;
        }

        @Override
        public int getInterfaceVersion() {
            return IUsbCallback.VERSION;
        }
    }
}