mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
committed by
gerrit autosubmit
parent
f85c150f5b
commit
8dc2db2ff0
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user