apq8084: qca1530 detection timeout reduced
Reduced QCA1530 detection timeout as system server activitity manager gives only 20 seconds for the subsystem initialization. CRs-Fixed: 613611 Change-Id: Ib095db3f2b35765a4b9d7b0e79132e44c173d6cb
This commit is contained in:
parent
7a08af9585
commit
42320d2017
1 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,10 @@
|
|||
#define LENGTH(s) (sizeof(s) - 1)
|
||||
#define GPS_CHECK_NO_ERROR 0
|
||||
#define GPS_CHECK_NO_GPS_HW 1
|
||||
#define QCA1530_DETECT_TIMEOUT 30
|
||||
/* When system server is started, it uses 20 seconds as ActivityManager
|
||||
* timeout. After that it sends SIGSTOP signal to process.
|
||||
*/
|
||||
#define QCA1530_DETECT_TIMEOUT 15
|
||||
#define QCA1530_DETECT_PRESENT "yes"
|
||||
#define QCA1530_DETECT_PROGRESS "detect"
|
||||
|
||||
|
|
Loading…
Reference in a new issue