Skip to content
Snippets Groups Projects
Commit 5e64546a authored by Chien Kun Niu's avatar Chien Kun Niu Committed by Treehugger Robot
Browse files

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


This reverts commit 20a7858a.

Test: Verified that Android Backup functionality works
Bug: 394501642
Change-Id: Ibdf6d9360aa65480831127bee1cc6554f4a5beb9
Signed-off-by: default avatarChien Kun Niu <rickyniu@google.com>
parent bbe47e1d
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment