Revert "ANDROID: usb: Optimization the transfer rate of accessory mode in USB3.2 mode"

This reverts commit 483aad0150.

Reason for revert: CTS-accessary test fail (test not started)

Bug: 404126975

Signed-off-by: Hongseock Kim <hongpooh.kim@samsung.com>
Change-Id: I03e7cdf7396c9a3d42c2d923ff01af8e27c44b51
This commit is contained in:
Hongseock Kim
2025-03-17 17:21:27 +09:00
committed by Treehugger Robot
parent 4c5fd6927f
commit 4464962caf
@@ -157,7 +157,7 @@ static struct usb_ss_ep_comp_descriptor acc_superspeedplus_comp_desc = {
/* the following 2 values can be tweaked if necessary */
.bMaxBurst = 6,
.bmAttributes = 16,
/* .bmAttributes = 0, */
};
static struct usb_endpoint_descriptor acc_superspeed_in_desc = {
@@ -182,7 +182,7 @@ static struct usb_ss_ep_comp_descriptor acc_superspeed_comp_desc = {
/* the following 2 values can be tweaked if necessary */
.bMaxBurst = 6,
.bmAttributes = 16,
/* .bmAttributes = 0, */
};
static struct usb_endpoint_descriptor acc_highspeed_in_desc = {