summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libril: rewrite preferred network typestable/cm-12.0-YNG4Nstable/cm-12.0-YNG3Ccm-12.0Daniel Hillenbrand2015-04-122-7/+38
| | | | | | | NETWORK_MODE_GLOBAL => NETWORK_MODE_WCDMA_PREF Change-Id: I3087e4be3a6ff700b39544279fa0e265b9182180 (cherry picked from commit d0b84165204885e86d9690abe6f543f33491e1c5)
* 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
* libril: Merge xmm6262 and xmm6260 to single lib.Howard Su2015-04-0317-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
* 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
* WIP: exynos: SEC_OMX_H264dec.c solve dump when decoding hd and fullhd h264Javier Ferrer2014-05-231-1/+1
| | | | | | | | Trying to open a video in Movie Studio gives a FC if video was taken in resolution 1280x720 or 1900x1080. I've tested it on my i9300. But don't know the impact on other devices. Change-Id: Ic2c49b17341846127817391a30d3d78c0c49138e
* Exclude generic camera implementation if TARGET_PROVIDES_CAMERA_HALRicardo Cerqueira2014-05-201-0/+4
| | | | Change-Id: I91066dfa3d271aa7f909fc8751adb74b622173d2
* Merge "Fix crash on boot" into cm-11.0Daniel Hillenbrand2014-02-251-1/+2
|\
| * Fix crash on bootFlamefire2014-01-281-1/+2
| | | | | | | | | | | | | | | | There is a race condition where the sysfs-vsync thread accesses a value (in particular a function ptr) that may not have been set yet as this is done externally. Change-Id: If1afb1533344e994398b9b6f5bd3dfb125313416
* | Revert "hwc: Update to API 1.1"Ricardo Cerqueira2014-02-021-88/+1
| | | | | | | | | | This reverts commit 99f63f2a4fb8037505b34e7665e9b1d717f28d6c. Derp, this isn't ready to go in.
* | hwc: Update to API 1.1Ricardo Cerqueira2014-02-021-1/+88
|/ | | | Change-Id: I59a1102bb4d8e9622362c8909b122a3b99c656fd
* exynos4x12: liblights: Fix tablets with button backlightKetut Putu Kumajaya2014-01-152-18/+9
| | | | | | | Also, respect the lights API and return errors when attempting to configure an absent light ID. Change-Id: Ida430fba2fbfaf646f7e02ce2bd7d9134ae8d917
* mfcdec: Compensate race condition in video thumbnail generationRicardo Cerqueira2014-01-061-0/+7
| | | | | | | | | | | Calling the decoder immediately after encoding a video often trips on the ongoing mfc buffer flushes from the encoder that has just shut down, and fails due to the unavailability of any buffer of sufficient size. If MFC_DEC_INIT fails, give it 100msec and try again. This resolves the blank thumbs when switching to the gallery in the same session that a recording was made. Change-Id: I13b1be8757b314e1c903a0570f9b053550164616
* exynos3: libs3cjpeg: read memory configuration from kernelPawit Pornkitprasan2014-01-052-9/+48
| | | | | | | | | | | | | | | | | | This improves the flexibility (not all devices have the same FFC resolution) and also allows optimization of memory usage. We currently allocate 4 MB to the hardware JPEG encoder, but only 1 MB is actually needed if it's only used for encoding VGA images. Note that the thumbnail encoding function of the kernel driver is not used. This patch is backward compatible with older kernels, but patching is recommended. Cherry-pick the following commits: http://review.cyanogenmod.org/56791 http://review.cyanogenmod.org/56792 Change-Id: I0e89b24e56b99e8e27f5a38d5c158b23021ed035
* Added more MAC's for murata.Liam Alford2014-01-041-7/+20
| | | | | | After finding some i9300 devices who's MAC addresses were missing from the list, i searched for all murata MAC's and thought it wise to add them. Change-Id: I9e0db81cf2b1809b37b1660a4763db82699dd452
* add 1c:99:4c as murata macgolcheck2014-01-021-0/+1
| | | | Change-Id: I0e60940524f7e4ef652cdb2a625507d1f983b6dc
* gralloc: Attribute buffer ownership to last callerRicardo Cerqueira2014-01-021-2/+4
| | | | | | Switch buffer management from creator to latest registrant Change-Id: If6b1ab1a553f701e4a1038c089f2b2ecb02c2e8b
* Revert "gralloc: Allow unmapping concurrent handles"Ricardo Cerqueira2014-01-021-30/+33
| | | | This reverts commit a3a9aaa5bbf0a94f1039e3eda368fa8a28ddecf8.