diff options
| author | Myles Watson <mylesgw@chromium.org> | 2015-06-26 15:22:40 -0700 |
|---|---|---|
| committer | André Pinela <sheffzor@gmail.com> | 2017-10-15 21:25:21 +0100 |
| commit | efc68920fb0e39f487469705ac945ce41fbff937 (patch) | |
| tree | 695607632ba500c0da94f1100cbedd64115ba3af | |
| parent | 386e241eaaa573d0928c3f24cf32e2c490663f61 (diff) | |
grouper: libbt: use ldisc instead of procfs
Depends on https://chromium-review.googlesource.com/#/c/278243/
Change-Id: Ibb99ce9b0638ee2b6e5c11fab4f9149a5b8c4a3d
Signed-off-by: Myles Watson <mylesgw@google.com>
Signed-off-by: André Pinela <sheffzor@gmail.com>
| -rw-r--r-- | bluetooth/vnd_grouper.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bluetooth/vnd_grouper.txt b/bluetooth/vnd_grouper.txt index 3e4d71c..6d5dd33 100644 --- a/bluetooth/vnd_grouper.txt +++ b/bluetooth/vnd_grouper.txt @@ -1,6 +1,7 @@ BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS2" FW_PATCHFILE_LOCATION = "/etc/firmware/" -BT_WAKE_VIA_PROC = TRUE +BT_WAKE_VIA_PROC = FALSE +BT_WAKE_VIA_USERIAL_IOCTL = TRUE LPM_IDLE_TIMEOUT_MULTIPLE = 5 BTVND_DBG = FALSE BTHW_DBG = TRUE |
