summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libsecril-client: Fix SetCallAudioPath for current devicesstable/cm-12.1-YOG4PAndreas Schneider2015-08-253-3/+16
| | | | | Change-Id: I38f10432f8e9a257af3e74312616d07698edd20f Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Add support for ST-Ericsson Thor M7450 modemsChristopher N. Hesse2015-06-263-8/+11
| | | | | | | | | | The M7450 modem used in the Galaxy Note 4 (N910C variant) uses a libril implementation similar to the one employed for Intel XMM* modems by Samsung. This probably needs future adjustments, but so far fixes basic call functions and signal strength is displayed correctly. Change-Id: I2d070102ad11746902527da3c2c7f49485c7d7f1
* ril: Fix compilation with debug messages turned onAndreas Schneider2015-06-231-6/+6
| | | | | Change-Id: Ifabf416ebdfe681e63df1d127567d0ef54cfc0ec Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* exynos: multimedia: fix resubmitting CSD for NuPlayerDheeraj CVR2015-06-191-2/+1
| | | | | | | Ignore OMX_BUFFERFLAG_CODECCONFIG to fix issues while resubmitting CSD. This fixes issues with seeking during playback when using NuPlayer. Change-Id: Id307100cb48608e6e3f09948838486da4948578c
* libril: Fix element countNBruderman2015-06-081-1/+1
| | | | | | | | | | This lines should drop every 5th element (#5,#10,#15,...). At the moment it is dropping elements #6, #11, #16, as it start from 0 and the list start from 1. So let's match it up. Thanks to Tobias Heinemann for the idea. Change-Id: Idc2904040119716e666ea0fe320cde1d45869ee5
* libril: Fix network operator searchUtkarsh Gupta2015-05-122-2/+13
| | | | Change-Id: Ib904875c403942ec96dfa229080d9543d7c9b8fa
* libril: Fix signal strength for xmm6260 tooUtkarsh Gupta2015-05-021-3/+7
| | | | Change-Id: I3b35eb2c18df9110c7ec1bd3cf989cd34cc18fd7
* libfimg3x: Remove android_pmem.h includeCaio Schnepper2015-04-271-1/+0
| | | | Change-Id: I514e96676578a97b9481643e58a0e49a8d017678
* libril: Add missing semicolonCaio Schnepper2015-04-141-1/+1
| | | | Change-Id: I681e98abf600cd78a0783919d00b0acd215c6aaf
* libril: Avoid strncat which doesn't check if we overflowAndreas Schneider2015-04-131-1/+1
| | | | | Change-Id: I547e071316e8b4492b9837aae2096f27c02b67db Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Make data a const pointer in RIL_onUnsolicitedResponse()Andreas Schneider2015-04-131-4/+4
| | | | | Change-Id: I5b57da9e2672ea8455481e55794c33759cb741db Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Fix signal strengthUtkarsh Gupta2015-04-131-6/+43
| | | | Change-Id: I81ce6dbb99a04c62666823602d1b72bb3fc50a1c
* libril: rewrite preferred network typeDaniel Hillenbrand2015-04-122-7/+38
| | | | | | NETWORK_MODE_GLOBAL => NETWORK_MODE_WCDMA_PREF Change-Id: I3087e4be3a6ff700b39544279fa0e265b9182180
* libril: move samsung specific into seperate table, update to v11Howard Su2015-04-125-114/+475
| | | | Change-Id: I6c7121a30dbbf9edc9573b8f2dee308366bab9a1
* libril: Readd support for MODEM_TYPE_XMM7260Andreas Schneider2015-04-082-1/+4
| | | | | Change-Id: I395e9cbfd1a42334e5e6bbb706eef9be157ecd24 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Fix #elif for MODEM_TYPE_XMM6260Andreas Schneider2015-04-081-1/+1
| | | | | Change-Id: I71e64103aba6b374b6181f557030409be084bb25 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Use consistent names for modem definesAndreas Schneider2015-04-082-6/+6
| | | | | Change-Id: I3ac65d2458878a6a631439be4f830c851aa50759 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: The data variable should be constAndreas Schneider2015-04-081-4/+4
| | | | | Change-Id: I72a694e603c1ff18b09e3c3208cae8c5af937513 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Fix processRadioState prototypeAndreas Schneider2015-04-081-2/+2
| | | | | Change-Id: I19c5c2319fe4110c3859012a27a08d5c7f942177 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* Fix the build error of some samsung devices which provides libril (e.g. ks01lte)K Yasu2015-04-071-0/+2
| | | | | | | This fixes the merge error of commit 56b8dcfa3094f93698dda9f6731fa845f00ef287 Change-Id: I0efd718a85376059cad57ac9715673cbfb2e596f (cherry picked from commit f8e5e164804f1408c2350dade3fd92d561e7076c)
* libril: Merge xmm6262 and xmm6260 to single lib.Howard Su2015-04-0617-5278/+1139
| | | | | | | | | | | | | The difference between two libs are very minor, includes one hack around ucsInfo and the logic to adjust signal strength. Besides that other diffs are some logs. The new version of code is minaly based on xmm6262, especially the logic to adjust singal strength. Merge them to easy maintain the code. Change-Id: I76390541d017576591860c8701bb9763c460b8be (cherry picked from commit 56b8dcfa3094f93698dda9f6731fa845f00ef287)
* librilsec-client: Add support for xmm7260 modemAndreas Schneider2015-03-162-0/+19
| | | | | Change-Id: If287527a26a1f5c79ec493ad2cd1cd7152ba27db Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* libril: Add support for xmm7260 modem.Andreas Schneider2015-03-163-1/+42
| | | | | Change-Id: Ia3749bd4c43a2e233e722462dd6423fe8c692177 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Add support to set nvram calibration file.Andreas Schneider2015-02-162-0/+103
| | | | | | Change-Id: I0eb99ad6084eb8cd4452a91b13dd75384785f5a8 Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit e283a09f99d0cbad2cf8b903ffe2da1c3e44663e)
* cmhw: Add touchscreen hovering supportFranco2015-02-061-0/+93
| | | | Change-Id: Ia581d6cc6f30b3de91c08ed5be3c4ba76b9a5d31
* macloader: Fix log output and return value.Andreas Schneider2015-01-271-2/+1
| | | | | Change-Id: Ic306ffd3bffc274406b9c11513a7ae2794578d16 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Use a variable for device type.Andreas Schneider2015-01-271-22/+15
| | | | | Change-Id: Ice29862ad6aaa15b07d6341893b0b8f1c65152e6 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Close file when we don't need it anymore.Andreas Schneider2015-01-271-1/+1
| | | | | Change-Id: Ib539b45ed45f1dcfc9eea0475adb9c50d17011b5 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Use fchown() to change owner of the cidfile.Andreas Schneider2015-01-271-7/+19
| | | | | Change-Id: Ia99c0ae414366d91b6d0112f50b00630749ea570 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Use fchmod() to change permissions.Andreas Schneider2015-01-271-10/+12
| | | | | Change-Id: I18bca9b022dba24403867b022af9d858aad72bc4 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Fix build warning with LOG defines.Andreas Schneider2015-01-271-3/+3
| | | | | | | | They need to be set before log.h is included or we will get redefiniton warnings. Change-Id: I87e971d32139a807998468e6a781e1f39dd7a8e5 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Make macloader a C file.Andreas Schneider2015-01-272-1/+1
| | | | | Change-Id: I6bd4a324cc5a596f2900027615b83f73736d12e0 Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* macloader: Add SEMCO for BCM43569Christopher N. Hesse2015-01-261-0/+12
| | | | | | Values were read out from a Galaxy Note N910C (Exynos) running stock KK. Change-Id: I3ce4bd360633642c423482070d18af035f50d8d9
* libril: use ip address as gateway in ppp network.Howard Su2015-01-042-4/+4
| | | | | | | | | | | Fix data until these commits are completed: http://review.cyanogenmod.org/82277 http://review.cyanogenmod.org/82329 Credits to Howard Su http://review.cyanogenmod.org/80947 Change-Id: Iab88fd8d4ed1089cfdb724aa460597f6e39003bc
* XMM626x: fix Samsung RIL v9 updatebmork2015-01-032-4/+4
| | | | | | | | | | The Samsung proprietary RIL commands are mapped using the same array as the standard commands. This means that the MAX and UNSOL_MAX macros must be updated whenever standard commands are added, or the Samsung commands will noe be correctly mapped. Change-Id: I68ebc62e1967c5d027fc407eaeef480e735734f8
* lights: Clean up light priorities and dedupe codeRicardo Cerqueira2015-01-031-48/+45
| | | | | | Attention > Notification > Battery Change-Id: Ie3d17aced31673b281d718b76973d5774707a21d
* macloader: Add SEMCO3RD and WISOL for BCM4354.Andreas Schneider2015-01-031-1/+21
| | | | Change-Id: I165f10d339acaa700f3e4e4b6f4576fda1da09a5
* macloader: add new murata vendor IDMarcKe2014-12-301-1/+2
| | | | Change-Id: If5968a040e9e8969985f0f307eb4a8a44486d94d
* AdaptiveBacklight: fix illegal value exception.repo Shareef Ali2014-12-271-1/+2
| | | | Change-Id: I8ea84451c8dd4be35a2d2e62547fc81a2b704dd1
* macloader: add semcosh mac addressMarcKe2014-12-261-1/+5
| | | | | | | | Change-Id: I510291c32c76140c5b37eb87a00600e8b4c034c0 macloader: add new semcosh mac addresses Change-Id: I879e224a32acadde09762f5101a776869ee56f67
* libril: remove -lpthread to fix build.Howard Su2014-11-292-8/+0
| | | | Change-Id: I3b132ef20fb5d784a3335356393c739af2fbe415
* libcamera: fix camera.Howard Su2014-11-281-1/+2
| | | | Change-Id: I8992ec58b0254c73075e5e1a7b08227958179c0e
* Exynos4: Fix buildsbrissen2014-11-198-12/+10
| | | | Change-Id: Idb327b37156e2014a34a8831ce6d60769e3217af
* libsecril-client: Remove -lpthreadChristopher R. Palmer2014-11-132-2/+0
| | | | Change-Id: I7f0a11a460cd3626f51a19482598cccabb13d5de
* XMM626x: Update RIL to V9 [1/2]stable/cm-11.0Andrew Jiang2014-10-288-14/+450
| | | | | | Patch Set 2: Whitespace Change-Id: I8ed4c470bdaccdcbb116ad2a70e7a2b6bdaf6062
* samsung: Correct macloader valuesJustArchi2014-09-281-2/+2
| | | | | | Detect is done on lower-case, so these records didn't work previously at all Change-Id: I9a58e89679ed8aeeb194fde60cb90576aac79388
* omx_core: fix heap corruption when unregistering componentDheeraj CVR2014-09-241-2/+4
| | | | Change-Id: Ie5c20e48f376054b1fe468274128e4c19c2ef3d1
* samsung: hardware: Add HighTouchSensitivity classXiao-Long Chen2014-09-121-0/+93
| | | | Change-Id: I811f721dab1381d637086782a8fd850051981174
* samsung: hardware: Set correct file mode for Java filesEthan Chen2014-09-111-0/+0
| | | | Change-Id: I8d7ae3cd0fcc9b785ebd0da8a8ba8029adeb20a3
* Hardware: Samsung: simplify CMHW isSupported checkDave Daynard2014-08-182-12/+2
| | | | Change-Id: Ia07e20baf5c72dc33394ae48fbacd548592c207f