[REVERT ME] hsi: increase TX timeout to 2.5 sec
authorGuillaume Lucas <guillaume.lucas@intel.com>
Wed, 11 Apr 2012 12:57:36 +0000 (14:57 +0200)
committerbuildbot <buildbot@intel.com>
Fri, 13 Apr 2012 09:20:42 +0000 (02:20 -0700)
BZ: 31385

TX timeout decrease from 2.5 sec to 100ms make regressions.
This REVERT ME patch restore the previous value of 2.5 sec
waiting a clean fix for the issue track by BZ 30613.
Signed-off-by: Guillaume Lucas <guillaume.lucas@intel.com>
Change-Id: I85e6a1a6d34d8c1540ab48820b6a3e79aac4a5cb
Reviewed-on: http://android.intel.com:8080/43104
Reviewed-by: Lucas, Guillaume <guillaume.lucas@intel.com>
Reviewed-by: Roulliere, Pierre <pierre.roulliere@intel.com>
Reviewed-by: Predon, Frederic <frederic.predon@intel.com>
Reviewed-by: Lebsir, SamiX <samix.lebsir@intel.com>
Tested-by: Lebsir, SamiX <samix.lebsir@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
drivers/hsi/clients/hsi_ffl_tty.c

index e2e04cc..e7db3ce 100644 (file)
@@ -63,7 +63,7 @@
 #define FFL_RX_DELAY           100000
 
 /* Defaut TX timeout delay expressed in microseconds */
-#define TTY_HANGUP_DELAY       100000
+#define TTY_HANGUP_DELAY       2500000
 
 /* Delays for powering up/resetting the modem, ms */
 #define PO_INTERLINE_DELAY     1