This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Truncating memory at 0xc0000000 to fit in 32-bit physical address space | |
[ 0.000000] sec_tsp_mode: LCD_ID = 0x408047, val: 0X408047, ret1: 0x8 | |
[ 0.032226] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver | |
[ 0.054626] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054626] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054656] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054687] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054687] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054718] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054748] msm_rpm_get_status(): Status id 433 not defined for target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Truncating memory at 0xc0000000 to fit in 32-bit physical address space | |
[ 0.000000] sec_tsp_mode: LCD_ID = 0x408047, val: 0X408047, ret1: 0x8 | |
[ 0.032073] AXI: msm_bus_fabric_init_driver(): msm_bus_fabric_init_driver | |
[ 0.054473] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054504] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054534] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054534] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054565] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054595] msm_rpm_get_status(): Status id 433 not defined for target | |
[ 0.054595] msm_rpm_get_status(): Status id 433 not defined for target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml | |
index 5800466..479a885 100644 | |
--- a/audio/audio_platform_info.xml | |
+++ b/audio/audio_platform_info.xml | |
@@ -36,10 +36,12 @@ | |
<device name="SND_DEVICE_OUT_SPEAKER" acdb_id="14"/> | |
<device name="SND_DEVICE_OUT_SPEAKER_REVERSE" acdb_id="14"/> | |
<device name="SND_DEVICE_OUT_SPEAKER_AND_HDMI" acdb_id="18"/> | |
+ <device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="10" /> | |
<device name="SND_DEVICE_OUT_VOLTE_NB_HANDSET_TMUS" acdb_id="200"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/audio/audio_platform_info.xml b/audio/audio_platform_info.xml | |
index 5800466..5c5cc59 100644 | |
--- a/audio/audio_platform_info.xml | |
+++ b/audio/audio_platform_info.xml | |
@@ -36,10 +36,15 @@ | |
<device name="SND_DEVICE_OUT_SPEAKER" acdb_id="14"/> | |
<device name="SND_DEVICE_OUT_SPEAKER_REVERSE" acdb_id="14"/> | |
<device name="SND_DEVICE_OUT_SPEAKER_AND_HDMI" acdb_id="18"/> | |
+ <device name="SND_DEVICE_OUT_VOICE_SPEAKER" acdb_id="12"/> | |
+ <device name="SND_DEVICE_OUT_VOICE_HANDSET" acdb_id="11"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<!-- additional remotes --> | |
<remote name="teamwin" | |
fetch="ssh://[email protected]/TeamWin" | |
review="gerrit.twrp.me" /> | |
<remote name="caf" | |
fetch="git://codeaurora.org/quic/la/" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 90959de033bed1001c6a9b21e78f9d9b3bce2481 | |
Author: Dan Pasanen <[email protected]> | |
Date: Tue Nov 8 12:46:16 2016 -0600 | |
init: tune core_ctl per stock | |
Change-Id: I3b86ede8bdaafbb7dbcb830939fa350d81e3927e | |
diff --git a/rootdir/bin/init.qcom.power.sh b/rootdir/bin/init.qcom.power.sh | |
index da3be93..85e3a4f 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#196280 # Stop service when pausing downloads | |
#196244 # Use a service to export the updates | |
#197642 # Show progress when installing AB updates | |
#197643 # Wait for the UPDATED_NEED_REBOOT status | |
#197644 # Allow service restarts while installing AB updates | |
#197645 # Allow to cancel ongoing installations | |
#197646 # Don't allow any operation if a reboot is needed | |
#197647 # Keep track of the installation status of AB updates | |
#196245 # Copy the updates for uncrypt using a Service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/extract-files.sh b/extract-files.sh | |
index 56bea70..f99cf4f 100755 | |
--- a/extract-files.sh | |
+++ b/extract-files.sh | |
@@ -1,41 +1,4 @@ | |
#!/bin/bash | |
-#set -e | |
-export DEVICE=clark | |
-export VENDOR=motorola |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/xbmc/input/SDLJoystick.cpp b/xbmc/input/SDLJoystick.cpp | |
index b1e71e1..757effda 100644 | |
--- a/xbmc/input/SDLJoystick.cpp | |
+++ b/xbmc/input/SDLJoystick.cpp | |
@@ -391,6 +391,7 @@ float CJoystick::SetDeadzone(float val) | |
bool CJoystick::ReleaseJoysticks() | |
{ | |
+ int count = 0; | |
// close open joysticks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/xbmc/input/SDLJoystick.cpp b/xbmc/input/SDLJoystick.cpp | |
index b1e71e1..757effda 100644 | |
--- a/xbmc/input/SDLJoystick.cpp | |
+++ b/xbmc/input/SDLJoystick.cpp | |
@@ -391,6 +391,7 @@ float CJoystick::SetDeadzone(float val) | |
bool CJoystick::ReleaseJoysticks() | |
{ | |
+ int count = 0; | |
// close open joysticks |