Skip to content

Commit

Permalink
fiq_fsm: enable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
P33M authored and popcornmix committed Apr 24, 2014
1 parent 526dd19 commit ea08dec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/usb/host/dwc_otg/dwc_otg_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ static struct dwc_otg_driver_module_params dwc_otg_module_params = {
//Global variable to switch the fiq fix on or off
bool fiq_enable = 1;
// Global variable to enable the split transaction fix
bool fiq_fsm_enable = false;
bool fiq_fsm_enable = true;
//Bulk split-transaction NAK holdoff in microframes
uint16_t nak_holdoff = 8;

unsigned short fiq_fsm_mask = 0x01;
unsigned short fiq_fsm_mask = 0x07;

/**
* This function shows the Driver Version.
Expand Down

0 comments on commit ea08dec

Please sign in to comment.