From 3f18f27baf35488b8ae308881c4d1168525d6bbe Mon Sep 17 00:00:00 2001 From: Elias Gheeraert <55931612+Mashopy@users.noreply.github.com> Date: Wed, 11 Dec 2019 23:18:45 +0100 Subject: [PATCH] sdm660-common: usb: Set correct name We are not oneplus3 afaik --- usb/Usb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/Usb.h b/usb/Usb.h index 8fd2001d..364da819 100644 --- a/usb/Usb.h +++ b/usb/Usb.h @@ -10,7 +10,7 @@ #undef LOG_TAG #endif -#define LOG_TAG "android.hardware.usb@1.0-service.oneplus3" +#define LOG_TAG "android.hardware.usb@1.0-service.xiaomi_sdm660" #define UEVENT_MSG_LEN 2048 namespace android {