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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user