projects
/
GitHub
/
LineageOS
/
G12
/
android_device_askey_deadpool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1baf17
)
deadpool: bluetooth: Remove KERNEL_MISSING_CLOCK_BOOTTIME_ALARM define
author
Arne Coucheron
<arco68@gmail.com>
Sun, 21 May 2017 04:09:26 +0000
(06:09 +0200)
committer
Bruno Martins
<bgcngm@gmail.com>
Thu, 26 Oct 2023 21:14:58 +0000
(22:14 +0100)
We're using the new alarmtimer interface in the kernel now,
and thus have CLOCK_BOOTTIME_ALARM.
Change-Id: I147f6a08e31f5bbe8629f11cfa31e10e61d3685c
bluetooth/include/bdroid_buildcfg.h
patch
|
blob
|
blame
|
history
diff --git
a/bluetooth/include/bdroid_buildcfg.h
b/bluetooth/include/bdroid_buildcfg.h
index 82400dd5da0ef693be9076fc49201b4c6e43435f..f89baac67eff8d814cf10c08753f1f64915d369d 100644
(file)
--- a/
bluetooth/include/bdroid_buildcfg.h
+++ b/
bluetooth/include/bdroid_buildcfg.h
@@
-25,7
+25,4
@@
#define BTM_BLE_SCAN_SLOW_INT_1 512
-/*fix r311&r321 bt not open*/
-#define KERNEL_MISSING_CLOCK_BOOTTIME_ALARM TRUE
-
#endif