Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a038c7c5 authored by Deepak Kumar Singh's avatar Deepak Kumar Singh
Browse files

tty: msm_smd_tty: Decrease wakeup timeout to 100ms



This patch will decrease wakeup timeout to 100ms from
500ms post reading data from smd port.

Change-Id: Ifa4426f772633c65f921495b61e305703636fa68
Signed-off-by: default avatarBalakrishna Godavarthi <bgodavar@codeaurora.org>
Signed-off-by: default avatarDeepak Kumar Singh <deesin@codeaurora.org>
parent bd283901
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (C) 2007 Google, Inc.
 * Copyright (c) 2009-2015, 2017, 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2009-2015, 2017, 2019-2020, The Linux Foundation. All rights reserved.
 * Author: Brian Swetland <swetland@google.com>
 *
 * This software is licensed under the terms of the GNU General Public
@@ -37,7 +37,7 @@
#define MODULE_NAME "msm_smdtty"
#define MAX_SMD_TTYS 37
#define MAX_TTY_BUF_SIZE 2048
#define TTY_PUSH_WS_DELAY 500
#define TTY_PUSH_WS_DELAY 100
#define TTY_PUSH_WS_POST_SUSPEND_DELAY 100
#define MAX_RA_WAKE_LOCK_NAME_LEN 32
#define SMD_TTY_LOG_PAGES 2