Skip to content

Commit ea08dec

Browse files
P33Mpopcornmix
P33M
authored andcommitted
fiq_fsm: enable by default
1 parent 526dd19 commit ea08dec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/usb/host/dwc_otg/dwc_otg_driver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ static struct dwc_otg_driver_module_params dwc_otg_module_params = {
243243
//Global variable to switch the fiq fix on or off
244244
bool fiq_enable = 1;
245245
// Global variable to enable the split transaction fix
246-
bool fiq_fsm_enable = false;
246+
bool fiq_fsm_enable = true;
247247
//Bulk split-transaction NAK holdoff in microframes
248248
uint16_t nak_holdoff = 8;
249249

250-
unsigned short fiq_fsm_mask = 0x01;
250+
unsigned short fiq_fsm_mask = 0x07;
251251

252252
/**
253253
* This function shows the Driver Version.

0 commit comments

Comments
 (0)