From 057bc1d54a4189ae8e6e2b2049ceae1ca8f3ee43 Mon Sep 17 00:00:00 2001 From: Alexander Tarasikov Date: Sat, 25 Aug 2012 21:56:54 +0400 Subject: Only fake ril version on jellybean --- compat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/compat.h b/compat.h index 93b8546..71e481d 100644 --- a/compat.h +++ b/compat.h @@ -54,6 +54,10 @@ //set it to the maximum supported revision //we've not yet fully implemented version 7 -#define SAMSUNG_RIL_VERSION 6 +#if RIL_VERSION >= 6 + #define SAMSUNG_RIL_VERSION 6 +#else + #define SAMSUNG_RIL_VERSION RIL_VERSION +#endif #endif //__COMPAT_H__ -- cgit v1.1