commit a26c4d1f1428082f6aba79207535527c91115c76
Author: P33M <P33M@github.com>
Date:   Thu Apr 24 17:21:35 2014 +0100

    fiq_fsm: enable by default

diff --git a/drivers/usb/host/dwc_otg/dwc_otg_driver.c b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
index d5bd726..bbf63a4 100644
--- a/drivers/usb/host/dwc_otg/dwc_otg_driver.c
+++ b/drivers/usb/host/dwc_otg/dwc_otg_driver.c
@@ -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.
