summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Carey <carvsdriver@gmail.com>2014-03-19 18:38:34 -0700
committerDave Carey <carvsdriver@gmail.com>2014-03-19 18:49:39 -0700
commitab552db30f9daae330d01c899ef242b84cd6b83f (patch)
tree62a8ee977bf6f1cca79cf82ee77fd94144b2e9ef
parent00dc9179cc79aca67436e179b3cfa3b5bdeb997d (diff)
downloadandroid_hardware_ril-ab552db30f9daae330d01c899ef242b84cd6b83f.tar.gz
android_hardware_ril-ab552db30f9daae330d01c899ef242b84cd6b83f.tar.bz2
android_hardware_ril-ab552db30f9daae330d01c899ef242b84cd6b83f.zip
hardware: ril: Avoid collision with RIL constant 1138
used in some Samsung devices for RIL_UNSOL_TETHERED_MODE_STATE_CHANGED. Thanks to iptux on XDA for pointing out the change in constants between CM-10.2 and CM-11.0. This patch is complimentary to: http://review.cyanogenmod.org/#/c/61289/ Change-Id: I4f022bedee1002dada873513cd5e33edc157ddd7
-rw-r--r--include/telephony/ril.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/telephony/ril.h b/include/telephony/ril.h
index 0074a37..6d7ac40 100644
--- a/include/telephony/ril.h
+++ b/include/telephony/ril.h
@@ -4314,7 +4314,7 @@ typedef struct {
* "data" is const RIL_StkCcUnsolSsResponse *
*
*/
-#define RIL_UNSOL_ON_SS 1038
+#define RIL_UNSOL_ON_SS 1039
/**
@@ -4325,7 +4325,7 @@ typedef struct {
* "data" is const char * containing ALPHA string from UICC in UTF-8 format.
*
*/
-#define RIL_UNSOL_STK_CC_ALPHA_NOTIFY 1039
+#define RIL_UNSOL_STK_CC_ALPHA_NOTIFY 1040
/**
* RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED
@@ -4341,7 +4341,7 @@ typedef struct {
* ((const int *)data)[0] == 1 for Subscription Activated
*
*/
-#define RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED 1040
+#define RIL_UNSOL_UICC_SUBSCRIPTION_STATUS_CHANGED 1041
/***********************************************************************/
/* COMPATIBILITY WITH MAINLINE */