aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* msm8996-common: Unpin bdwlan30.bin and TUI blobs.Cosme Domínguez Díaz2018-03-29
|
* msm8996-common: Move camera xml to vendordavidevinavil2018-03-29
| | | | | and patch libmmcamera2_sensor_modules.so to load it this fix camera on GSI
* msm8996-common: Remove empty files.Cosme Domínguez Díaz2018-03-27
|
* msm8996-common: Fix adsprpcd SELinux denial.Cosme Domínguez Díaz2018-03-26
| | | | * avc: denied { getattr } for pid=4814 comm=mount name=/ dev=sde12 ino=2 scontext=u:r:shell:s0 tcontext=u:object_r:adsprpcd_file:s0 tclass=filesystem permissive=0
* sepolicy: Allow init to write in debugfsArne Coucheron2018-03-26
| | | | | | avc: denied { write } for name="tracing_on" dev="debugfs" ino=3203 scontext=u:r:init:s0 tcontext=u:object_r:debugfs:s0 tclass=file permissive=0 Change-Id: Ia3258d2d57088efd367d79de1a7d60fcb01a3e6a
* msm8996-common: Move fingerprint.qcom.so to vendor.Cosme Domínguez Díaz2018-03-26
|
* msm8996-common: Restore some OEM edits.Cosme Domínguez Díaz2018-03-26
| | | | | * Partial revert of 6552f3fed81aa21b6db408765a588cd08f51370c with some comments.
* msm8996-common: Add more binderized camera HALs.Cosme Domínguez Díaz2018-03-26
|
* msm8996-common: Back to stock's mm-qcamera-daemonCosme Domínguez Díaz2018-03-26
| | | | * It already use /data/vendor/camera/cam_socket
* msm8996-common: proprietary-files.txt cleanup.Cosme Domínguez Díaz2018-03-26
| | | | | * lib/libtrueportrait.so -> not used. * {lib,lib64}/libdiag_system.so -> duplicated.
* msm8996-common: data-ipa-cfg-mgr: Disable debug for userdebug builds.Cosme Domínguez Díaz2018-03-26
|
* msm8996-common: wifi: Restore previous WiFi offload settingLuK13372018-03-26
| | | | | | | | | * May fix issues with: - Random reboots, - WiFi not letting device deep sleep, - WiFi randomly disconnecting. Change-Id: I6074bf89a20b5bfc3d8bc79e419496498154cd47
* msm8996-common: Fix hal_bluetooth_default SELinux denials:Cosme Domínguez Díaz2018-03-23
| | | | | * avc: denied { connectto } for pid=483 comm=bluetooth@1.0-s path=0062745F736F636B scontext=u:r:hal_bluetooth_default:s0 tcontext=u:r:wcnss_filter:s0 tclass=unix_stream_socket permissive=0 * vc: denied { add_name } for pid=483 comm=bluetooth@1.0-s name=bt_fw_version.txt scontext=u:r:hal_bluetooth_default:s0 tcontext=u:object_r:bluetooth_data_file:s0 tclass=dir permissive=0
* msm8996-common: Switch SELinux to enforcing mode.Cosme Domínguez Díaz2018-03-23
| | | | * It... it works! ^_^
* msm8996-common: Grant system_server access to idc and keylayot dirsAlex Klyubin2018-03-23
| | | | | | | | | | | | | | | system_server is configured to access idc and keylayout files in /vendor/usr/idc and /vendor/usr/keylayout. This explicitly grants this access to system_server, instead of relying on overly broad access granted by hal_client_domain(system_server, ...) macros which is no longer going to grant this overly broad access soon. Test: Modify hal_client_domain to no longer associate hal_x_client with hal_x, observe that there are no violations form system_server trying to read /vendor/usr/idc and /vendor/usr/keylayouts. Bug: 37160141 Change-Id: I136df8713f2f9ff03096e5f6cf35e3e804733040
* msm8996-common: wifi: reduce delay for Runtime PMAlex Naidis2018-03-23
| | | | | | | | | | -> Set the delay to "1500" to improve power efficiency without increasing the chance of a wifi dropout. Change-Id: I3ce0d677471cf956bf69fa084fe3d6380ee2e2c4 Signed-off-by: Alex Naidis <alex.naidis@linux.com> Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Use our own camera socket path.Cosme Domínguez Díaz2018-03-22
| | | | | | | * The path should have the same length as the previous one: /data/misc/camera/cam_socket * Also make the directory for the socket.
* msm8996-common: Regenerate manifest.xml.Cosme Domínguez Díaz2018-03-22
|
* msm8996-common: Fix some SELinux denials.Cosme Domínguez Díaz2018-03-22
|
* msm8996-common: QCamera2: Change socket creation path as part of treble rulesRajshekar Eashwarappa2018-03-22
| | | | | | | | | | | Issue: In Android O,camera_data_file is of type core_data_file_type so qcamera dameon cannot have permission to access this file as part of treble rules. Fix: Created a file called vendor_camera_data_file of type data_file_type at /data/vendor/camera and in mm-camera-interface changing the socket creation path from /data/misc/camera to /data/vendor/camera. Change-Id: I6712cadb90ec9c2d8bdf021f7e7b908c4c58f36f
* msm8996-common: cas: add CAS HAL and allow it to use vndbinderChong Zhang2018-03-22
| | | | | bug: 22804304 Change-Id: I7e189198351c7abf3fc87c441fccccff887d2934
* msm8996-common: Move bdwlan30.bin to vendor.Cosme Domínguez Díaz2018-03-22
|
* msm8996-common: Initial work to enable full treble.Cosme Domínguez Díaz2018-03-22
| | | | | * Remove never-allow rules and enable SELinux permissive for now. * Enable PRODUCT_FULL_TREBLE_OVERRIDE.
* msm8996-common: sepolicy: Set data_file_type for types used in /dataLuK13372018-03-20
| | | | Change-Id: I46669d8c727dce1ca4e28403ca7c24a126d5510f
* msm8996-common: camera: HAL3: Error occurs while unmapping bufferShukla Mradul2018-03-20
| | | | | | | | | | | | | | Issue: STL operation such as erase ,push_back needs to be atomic. List to keep reprocessed meta and buffer is prone to simultaneous access from other part of codes causing STL operations to fail. Fix: Keeping STL operation of list for buffer and meta both in mutex. Change-Id: I8b966ee993a981ae64099093ff131d305f0cca94
* msm8996-common: flash: Returning -ENOSYS error if torch mode not supported.Abhinav Sohane2018-03-20
| | | | | | | | | | | Issue: VTSCameraProviderV2_4Target test case is failing in setTorch mode. Fix: Corrected returned error -ENOSYS (OPERATION_NOT_SUPPROTED) if torch mode is not supported by cameraid CRs-fixed:2091737 Change-Id: I9e9bb764016227fbd6cf036c753ca5aeff8eeb7e
* msm8996-common: camera: Remove AOSP FlagSuman Mukherjee2018-03-20
| | | | | | Removed AOSP flag to enable custom camera Features Change-Id: I58f6bab871625751e2ba2904904e5ceec8180dc2
* msm8996-common: sepolicy: Address init denialsLuK13372018-03-17
| | | | Change-Id: I2a5801dcae70e102e8c7e97b8aeb563cb1de8ac8
* sepolicy: Cleanup permissionsBruno Martins2018-03-16
| | | | | | * Remove unneeded permissions Change-Id: Ie52577eb3cf06e3adb4be9e40016407e451e604d
* msm8996-common: Properly label DSP partitionRashed Abdel-Tawab2018-03-16
| | | | Change-Id: Ia85f5755acf9c88ac45f5ccf9dc9f49e5d130bd5
* msm8996-common: Update IPA-CFG-MGR from upstreamBruno Martins2018-03-16
| | | | | | * Tag: LA.UM.6.6.r1-06700-89xx.0 Change-Id: Ib3962909c52b6170efa14beb652e05506aa254c8
* msm8996-common: Import gps config from ZUI 3.5.261.Cosme Domínguez Díaz2018-03-16
|
* msm8996-common: Update GPS HIDL HAL from upstreamBruno Martins2018-03-16
| | | | | | * Tag: LA.UM.6.6.r1-06700-89xx.0 Change-Id: If746b12bcbc3e414aa9ba9f421040edd0f815638
* msm8996-common: Use O-MR1 based GPS blobsBruno Martins2018-03-16
| | | | | | * From: bq/bardock-pro/bardock-pro:8.1.0/OPM1.171019.011/1651:user/release-keys Change-Id: If74e93b2592f97fbea8455704b20786cccd0c40c
* msm8996-common: Add property for additional input buffersSowmya Pandiri2018-03-16
| | | | | | | | - Add property to communicate additional buffer requirement to camera HAL. In case of encoder DCVS use case, camera HAL will read this property and increment buffers accordingly. Change-Id: I4c44d6e812a0a7e8cb454c7a14ff0002c0a4a9eb
* msm8996-common: Use O-MR1 based display and media blobsBruno Martins2018-03-15
| | | | | | * From: bq/bardock-pro/bardock-pro:8.1.0/OPM1.171019.011/1651:user/release-keys Change-Id: I8cf4f21708cd281f67e29ce137258c28186abfc8
* msm8996-common: Revert functionfs commits.Cosme Domínguez Díaz2018-03-15
| | | | * I don't know what I was thinking when I did this...
* msm8996-common: Remove libsdm-disp-apis package.Cosme Domínguez Díaz2018-03-14
| | | | * It's now deprecated
* msm8996-common: Update Widevine blobs from marlin OPM1.171019.011 releaseLuK13372018-03-14
| | | | Change-Id: I0a39d4b11a81d67dc8173508e49ed29f1224a132
* msm8996-common: wlan: Add gSoftApMaxPeer=16 to WCNSS_qcom_cfg.iniWu Gao2018-03-13
| | | | | | | Reduce gSoftApMaxPeer to 16 since default value cause FW assert. Change-Id: I6c0bf0114d6d874ad29cecf5b89a81a273c785d5 CRs-Fixed: 2195932
* msm8996-common: wifi: Enable 2.4GHz channel bondingMichael W2018-03-13
| | | | | | * Improve WiFi speed Change-Id: I06501a8d01d8a802fe5dd7a6c9edfa96c51afbce
* msm8996-common: Increase cached app limitBruno Martins2018-03-13
| | | | | | * Frameworks support was recently added Change-Id: Idfa475e6e467bd73ae77338ed6d95dbbf0f27460
* msm8996-common: Update to KPTI patched time blobsBruno Martins2018-03-13
| | | | | | * From: bq/bardock-pro/bardock-pro:8.1.0/OPM1.171019.011/1651:user/release-keys Change-Id: I7204b9330204cd8ebb549fae4c976a56baadf373
* msm8996-common: Import TUI from LA.UM.6.5.r1-04300-8x96.0 [2/2]davidevinavil2018-03-13
|
* msm8996-common: Remove NET_ADMIN capability for cnss-daemon.Cosme Domínguez Díaz2018-03-12
|
* Merge branch 'staging/lineage-15.1' into lineage-15.1Cosme Domínguez Díaz2018-03-12
|\
| * msm8996-common: Move ril-daemon2 from main to late_startCosme Domínguez Díaz2018-03-11
| |
| * msm8996-common: Keep power cluster enabled and don't force scaling_governor.Cosme Domínguez Díaz2018-03-11
| | | | | | | | | | | | | | | | * Stock already do this: Better to finish all tasks and sleep soon than to do everything in cpu0 and keep it active longer. * Also, disable cpu1 could lead to system instability. See sultanxda/android_kernel_oneplus_msm8996@8e35dcceaca5ecb4237bb1ea192ebbe01cc0d64a
| * msm8996-common: Add radio group rules to dpmQmiMgrDevi Sandeep Endluri V V2018-03-11
| | | | | | | | | | | | | | | | -dpmQmiMgr permissions are updated with radio group to communicate with QMUXD socket. CRs-Fixed: 2183993 Change-Id: I37195ffc6602d009ac4cace6c742484e70a768ec
| * msm8996-common: Start dpmQmiMgr from init scriptDevi Sandeep Endluri V V2018-03-11
| | | | | | | | | | | | | | | | - Added user and group tag for dpmQmiMgr - Start the daemon with system privilege. CRs-Fixed: 2080471 Change-Id: Id3a4a9f849d336e103c3c6897daf34465230b83a