diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-06-09 17:00:58 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-06-09 17:00:58 -0700 |
| commit | b11040f05c83130c51d49782691ea37bc02b59f5 (patch) | |
| tree | c412c97cc7c9014b94f2dc6b9f980406ae9169c3 /arch/arm/mach-omap2/board-omap3h1-bluetooth.c | |
| parent | bb90aba3439775f08fe1289fbb40dee85624c398 (diff) | |
| download | olio-linux-3.10-b11040f05c83130c51d49782691ea37bc02b59f5.tar.xz olio-linux-3.10-b11040f05c83130c51d49782691ea37bc02b59f5.zip | |
Making bluetooth work with the updated kernel and sleep modes.
Change-Id: Ia4cdf405b77b0219e9e7d76a1ae2691b607235c3
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1-bluetooth.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1-bluetooth.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c index 52bf419b549..642ded4811c 100644 --- a/arch/arm/mach-omap2/board-omap3h1-bluetooth.c +++ b/arch/arm/mach-omap2/board-omap3h1-bluetooth.c @@ -43,7 +43,6 @@ static void update_host_wake_locked(int); #define BT_REG_GPIO 180 - #define BT_WAKE_GPIO 93 #define BT_HOST_WAKE_GPIO 11 @@ -102,12 +101,12 @@ static void set_wake_locked(int wake) if (!wake) wake_unlock(&bt_lpm.wake_lock); - if (!wake_uart_enabled && wake) + //if (!wake_uart_enabled && wake) //omap_uart_enable(2); gpio_set_value(BT_WAKE_GPIO, wake); - if (wake_uart_enabled && !wake) + //if (wake_uart_enabled && !wake) //omap_uart_disable(2); wake_uart_enabled = wake; |