From: Guillaume Lucas Date: Wed, 11 Apr 2012 12:57:36 +0000 (+0200) Subject: [REVERT ME] hsi: increase TX timeout to 2.5 sec X-Git-Tag: 2.1b_release~1033 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16c0349d47b22b8385db11f6adc43b2fe5ac5153;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git [REVERT ME] hsi: increase TX timeout to 2.5 sec 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 Change-Id: I85e6a1a6d34d8c1540ab48820b6a3e79aac4a5cb Reviewed-on: http://android.intel.com:8080/43104 Reviewed-by: Lucas, Guillaume Reviewed-by: Roulliere, Pierre Reviewed-by: Predon, Frederic Reviewed-by: Lebsir, SamiX Tested-by: Lebsir, SamiX Reviewed-by: buildbot Tested-by: buildbot --- diff --git a/drivers/hsi/clients/hsi_ffl_tty.c b/drivers/hsi/clients/hsi_ffl_tty.c index e2e04cc..e7db3ce 100644 --- a/drivers/hsi/clients/hsi_ffl_tty.c +++ b/drivers/hsi/clients/hsi_ffl_tty.c @@ -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