bt: disable bt irq detection wakeup in kernel [1/1]

PD#SWPL-179965

Problem:
After the platform standby wakes up, the BT remote control does not work.

Solution:
disable bt irq flag in kernel.

Verify:
S6

Change-Id: I4281a36736bb394219e192b1573d0a7f84207a70
Signed-off-by: yabo.wang <yabo.wang@amlogic.com>
This commit is contained in:
yabo.wang
2024-09-24 09:20:13 +00:00
committed by gerrit autosubmit
parent f85c150f5b
commit 8dc2db2ff0
+1 -1
View File
@@ -428,7 +428,7 @@ static int bt_resume(struct platform_device *pdev)
if ((get_resume_method() == RTC_WAKEUP) ||
(get_resume_method() == AUTO_WAKEUP)) {
btwake_evt = 1;
btirq_flag = 1;
btirq_flag = 0;
flag_n = 0;
flag_p = 0;
cnt = 0;