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

This reverts commit f22586e750.

Reason for revert: Causes issues with USB 3.2 Cables
Bug: 401274795

Change-Id: I3726064f3d2c56757bf915a0403a4a69ae5d20f2
Signed-off-by: Neill Kapron <nkapron@google.com>
This commit is contained in:
Neill Kapron
2025-06-11 12:32:43 -07:00
parent d71b94aa8f
commit 7402843c3f

View File

@@ -171,7 +171,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 = {
@@ -196,7 +196,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 = {