29 lines
1.0 KiB
Diff
29 lines
1.0 KiB
Diff
From: Anantha Krishnan <ananthk@codeaurora.org>
|
|
Date: Thu, 11 Sep 2014 19:20:02 +0530
|
|
Subject: [PATCH] bluetooth: Enable bluetooth low power mode functionality
|
|
|
|
During periods of inactivity the bluetooth controller and the
|
|
application processor will indicate each other to enter into
|
|
low power mode and signal each other when they have data to be
|
|
exchanged, thereby saving considerable amount of power.
|
|
|
|
Change-Id: I9e0d579ac8a9d61a2ebde78b031f4101cb6bc443
|
|
Signed-off-by: Rupesh Tatiya <rtatiya@codeaurora.org>
|
|
---
|
|
tools/hciattach.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/tools/hciattach.c b/tools/hciattach.c
|
|
index d3917a0d503e..3041e28ff82a 100644
|
|
--- a/tools/hciattach.c
|
|
+++ b/tools/hciattach.c
|
|
@@ -1156,7 +1156,7 @@ struct uart_t uart[] = {
|
|
FLOW_CTL, DISABLE_PM, NULL, ath3k_ps, ath3k_pm },
|
|
|
|
/* QCA ROME */
|
|
- { "qca", 0x0000, 0x0000, HCI_UART_H4, 115200, 115200,
|
|
+ { "qca", 0x0000, 0x0000, HCI_UART_IBS, 115200, 115200,
|
|
FLOW_CTL, DISABLE_PM, NULL, qca, NULL },
|
|
|
|
/* QUALCOMM BTS */
|