Skip to content

Instantly share code, notes, and snippets.

diff --git a/drivers/power/bq24296_charger.c b/drivers/power/bq24296_charger.c
index cf0d890..5efdcc3 100644
--- a/drivers/power/bq24296_charger.c
+++ b/drivers/power/bq24296_charger.c
@@ -381,6 +381,8 @@ struct bq24296_chip {
int last_batt_temp;
#endif
+int safety_timer_enabled;
+
.
./system.patch.dat
./META-INF
./META-INF/com
./META-INF/com/android
./META-INF/com/android/metadata
./META-INF/com/android/otacert
./META-INF/com/google
./META-INF/com/google/android
./META-INF/com/google/android/update-binary
.
./system.patch.dat
./META-INF
./META-INF/com
./META-INF/com/android
./META-INF/com/android/metadata
./META-INF/com/android/otacert
./META-INF/com/google
./META-INF/com/google/android
./META-INF/com/google/android/update-binary
#!/bin/bash
cmversion=12.1
outdir=/opt/out/${cmversion}
ccachedir=/home/dp/cm/${cmversion}/prebuilts/misc/linux-x86/ccache
jobs=12
while [ $# -gt 0 ]; do
case $1 in
careful) set -e;;
diff --git a/Makefile b/Makefile
index 2407a9b..2d392ea 100755
--- a/Makefile
+++ b/Makefile
@@ -245,8 +245,8 @@ CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
HOSTCC = gcc
HOSTCXX = g++
-HOSTCFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer
-HOSTCXXFLAGS = -O2
GBDS
H,.B
D#.B
Montgomery multiplication for ARMv4, CRYPTOGAMS by <[email protected]>
SHA1 block transform for ARMv4, CRYPTOGAMS by <[email protected]>
vRQ>
8STs
LwH'
SHA256 block transform for ARMv4, CRYPTOGAMS by <[email protected]>
@ #!
[audio.offload.24bit.enable]: [true]
[audio.offload.buffer.size.kb]: [32]
[audio.offload.gapless.enabled]: [false]
[audio.offload.multiple.enabled]: [false]
[audio.offload.pcm.enable]: [true]
[av.offload.enable]: [false]
[av.streaming.offload.enable]: [false]
[bluetooth.chip.vendor]: [qcom]
[bluetooth.hciattach]: [true]
[bluetooth.pan]: [true]
commit eac05152a285b5d9406434f027081fc008f7b943
Author: Richard Ross <[email protected]>
Date: Wed Jun 10 12:07:17 2015 -0500
amplifier: fix tfa9887 amp
diff --git a/libaudioamp/tfa9887.h b/libaudioamp/tfa9887.h
index 23a1d3d..9712bee 100644
--- a/libaudioamp/tfa9887.h
+++ b/libaudioamp/tfa9887.h
95414 # lz4: build host binaries for lz4 and lz4c
95759 # TelephonyManager: don't dump a stack trace on a null tether apn
96649 # ProximitySensorManager: always re-enable tap2wake when no calls are left
95545 # SignalStrength: adjust cdma signal strength threshold
100756 # DevelopmentSettings: add toggle for persist.radio.noril
# m8
skip 99869 # m8: import Android 5.1 Google Play edition 4.04.1700.6 source
skip 100372 # m8: Convert libaudioamp to audio_amplifier HAL
100378 # hal: Convert libaudioamp to audio_amplifier HAL
#include <utils/Log.h>
#include "../inc/Tfa98xx.h"
#include "../inc/Tfa98xx_Registers.h"
#define LOG_TAG "Tfa9887specific"
Tfa98xx_Error_t Tfa9887_specific(Tfa98xx_handle_t handle)
{
ALOGD("Tfa9887_specific");
Tfa98xx_Error_t error;