From a6a17804f7d166ef520f2dd80a029ad648fb17ef Mon Sep 17 00:00:00 2001 From: Roy Luo Date: Wed, 29 May 2024 23:44:28 +0000 Subject: [PATCH] Update JK level setting Bug: 340665903 Test: N/A Change-Id: I5f14383aa2f97352a9a1f98b6f83c7cc975b0c58 --- usb/usb/Usb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usb/Usb.cpp b/usb/usb/Usb.cpp index 011c5e8..4bdd5ed 100644 --- a/usb/usb/Usb.cpp +++ b/usb/usb/Usb.cpp @@ -128,7 +128,7 @@ AltModeData::DisplayPortAltModeData constructAltModeData(string hpd, string pin_ #define GL852G_VENDOR_CMD_REQ 0xe3 // GL852G port 1 and port 2 JK level default settings #define GL852G_VENDOR_CMD_VALUE_DEFAULT 0x0008 -#define GL852G_VENDOR_CMD_INDEX_DEFAULT 0x0404 +#define GL852G_VENDOR_CMD_INDEX_DEFAULT 0x0407 ScopedAStatus Usb::enableUsbData(const string& in_portName, bool in_enable, int64_t in_transactionId) {