From d4649ad077baaf13af3f8aec2028c21daa88d646 Mon Sep 17 00:00:00 2001
From: Albert Wang <albertccwang@google.com>
Date: Thu, 25 Mar 2021 00:03:02 +0800
Subject: [PATCH] sm8350-common: Update USB HAL to V1.3 implementation

Supports to enable/disable USB data signaling

Bug: 161414036
Test: Pass USB V1.3 HIDL tests
Signed-off-by: Albert Wang <albertccwang@google.com>
Change-Id: Iffe00f8753206fb66cd3ab96cae5aa5ad9c410cd
---
 common.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common.mk b/common.mk
index 3ec9177..8e45717 100644
--- a/common.mk
+++ b/common.mk
@@ -466,7 +466,7 @@ PRODUCT_PACKAGES_DEBUG += \
 
 # USB
 PRODUCT_PACKAGES += \
-    android.hardware.usb@1.2-service-qti
+    android.hardware.usb@1.3-service-qti
 
 PRODUCT_COPY_FILES += \
     frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
-- 
GitLab