From 398de985c2ac15875f6a7932948be7cfc3fd423f Mon Sep 17 00:00:00 2001 From: Alexander Tarasikov Date: Wed, 25 Jul 2012 11:48:42 +0400 Subject: Hack RIL_VERSION to make voice calls work on jellybean --- samsung-ril.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samsung-ril.c') diff --git a/samsung-ril.c b/samsung-ril.c index edb5487..6aca65b 100644 --- a/samsung-ril.c +++ b/samsung-ril.c @@ -525,7 +525,7 @@ void ril_state_lpm(void) static const RIL_RadioFunctions ril_ops = { - RIL_VERSION, + 6, //RIL_VERSION onRequest, currentState, onSupports, -- cgit v1.1 From 6e6ad0dd8a929d6816284dccce13898c4a30fbe5 Mon Sep 17 00:00:00 2001 From: Alexander Tarasikov Date: Thu, 23 Aug 2012 01:21:52 +0400 Subject: Add the compat.h header to multiple Android trees --- samsung-ril.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samsung-ril.c') diff --git a/samsung-ril.c b/samsung-ril.c index 6aca65b..8f15810 100644 --- a/samsung-ril.c +++ b/samsung-ril.c @@ -525,7 +525,7 @@ void ril_state_lpm(void) static const RIL_RadioFunctions ril_ops = { - 6, //RIL_VERSION + SAMSUNG_RIL_VERSION, onRequest, currentState, onSupports, -- cgit v1.1